aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2013-04-16 20:15:04 +0200
committerBjörn Gustavsson <[email protected]>2013-04-18 13:05:21 +0200
commit0d9d402d50e803f1efdd1a1ce96fdbb78229c4a9 (patch)
tree45adc8c8ab3db577ebf7e96c81ebb6aa1393e574
parent53a6a6e5741627b2af2c9fbe631d0da7146606cd (diff)
downloadotp-0d9d402d50e803f1efdd1a1ce96fdbb78229c4a9.tar.gz
otp-0d9d402d50e803f1efdd1a1ce96fdbb78229c4a9.tar.bz2
otp-0d9d402d50e803f1efdd1a1ce96fdbb78229c4a9.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 e619408591..76d605569d 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 2.0.1.2</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 2.0.1.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk
index 3c4f3ff122..9245f83280 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 = 2.0.1.1
+ASN1_VSN = 2.0.1.2