aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2013-04-15 14:06:53 +0200
committerErlang/OTP <[email protected]>2013-04-15 14:06:53 +0200
commit32b32fb6dd9e4c501c434789625e270e437960e3 (patch)
tree3850e4227e99b5f0cb0c79f2c2da6dd700b4bab6
parentbd970a5d790127bd46543b068cf74246e4dd4eb2 (diff)
downloadotp-32b32fb6dd9e4c501c434789625e270e437960e3.tar.gz
otp-32b32fb6dd9e4c501c434789625e270e437960e3.tar.bz2
otp-32b32fb6dd9e4c501c434789625e270e437960e3.zip
Prepare release
-rw-r--r--lib/asn1/doc/src/notes.xml17
-rw-r--r--lib/asn1/vsn.mk2
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml
index de58aef0e2..7a371ddbf9 100644
--- a/lib/asn1/doc/src/notes.xml
+++ b/lib/asn1/doc/src/notes.xml
@@ -31,6 +31,23 @@
<p>This document describes the changes made to the asn1 application.</p>
+<section><title>Asn1 1.8.1.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ When an object set is an actual parameter, the extension
+ marker for the object set could get lost (which would
+ cause the decoding of unknown values to fail).</p>
+ <p>
+ Own Id: OTP-10995 Aux Id: seq12290 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Asn1 1.8.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk
index b4b4e0b431..10ee992732 100644
--- a/lib/asn1/vsn.mk
+++ b/lib/asn1/vsn.mk
@@ -1,2 +1,2 @@
#next version number to use is 2.0
-ASN1_VSN = 1.8.1
+ASN1_VSN = 1.8.1.1