aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-10-04 13:07:30 +0200
committerErlang/OTP <[email protected]>2010-10-04 13:07:30 +0200
commitffb54d7428a15e44da8f7c1649c73d677f4462f3 (patch)
tree472cf1d09cb71eb38f6d32cadb6b63e145b1aea9
parentc8122ff35f5e0cc4af7f8ea7fd63af126f245ffd (diff)
downloadotp-ffb54d7428a15e44da8f7c1649c73d677f4462f3.tar.gz
otp-ffb54d7428a15e44da8f7c1649c73d677f4462f3.tar.bz2
otp-ffb54d7428a15e44da8f7c1649c73d677f4462f3.zip
Prepare release
-rw-r--r--lib/asn1/doc/src/notes.xml16
-rw-r--r--lib/asn1/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml
index 191b3a84df..714902e63f 100644
--- a/lib/asn1/doc/src/notes.xml
+++ b/lib/asn1/doc/src/notes.xml
@@ -30,6 +30,22 @@
</header>
<p>This document describes the changes made to the asn1 application.</p>
+<section><title>Asn1 1.6.13.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The encoding of ExtensionAdditionGroup (for PER and UPER)
+ is corrected.</p>
+ <p>
+ Own Id: OTP-8866 Aux Id: OTP-8797, SEQ-11557 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Asn1 1.6.13.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk
index dc89027de4..20ee8ac6ff 100644
--- a/lib/asn1/vsn.mk
+++ b/lib/asn1/vsn.mk
@@ -1,5 +1,5 @@
#next version number to use is 1.6.14 | 1.7 | 2.0
-ASN1_VSN = 1.6.13.1
+ASN1_VSN = 1.6.13.2
TICKETS = OTP-8463