diff options
author | Erlang/OTP <[email protected]> | 2013-08-08 15:40:47 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-08-08 15:40:47 +0200 |
commit | a21db4078a7b5f23b665dc2d466541b394936cb8 (patch) | |
tree | a7c4315391b6218ccb904724cf1150bd0e302c08 /lib | |
parent | c15916b95b74113d6adbfc98081782154d1ceb1c (diff) | |
download | otp-a21db4078a7b5f23b665dc2d466541b394936cb8.tar.gz otp-a21db4078a7b5f23b665dc2d466541b394936cb8.tar.bz2 otp-a21db4078a7b5f23b665dc2d466541b394936cb8.zip |
Prepare release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/asn1/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 7a371ddbf9..5cd7a1c4b8 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,22 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 1.8.1.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Open types greater than 16383 bytes will now be correctly + encoded and decoded.</p> + <p> + Own Id: OTP-11223 Aux Id: seq12386 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 1.8.1.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 10ee992732..3db25c7839 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.1 +ASN1_VSN = 1.8.1.2 |