diff options
author | Erlang/OTP <[email protected]> | 2013-03-13 15:51:01 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-03-13 15:51:01 +0100 |
commit | e7f320e1f84da88a96c3bc4a76f43a296a738264 (patch) | |
tree | abc470a17d705eeeca9f0132f8596bace6b1160e | |
parent | df291bae520a2fdd404172fdffaaf040fd939151 (diff) | |
download | otp-e7f320e1f84da88a96c3bc4a76f43a296a738264.tar.gz otp-e7f320e1f84da88a96c3bc4a76f43a296a738264.tar.bz2 otp-e7f320e1f84da88a96c3bc4a76f43a296a738264.zip |
Prepare release
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 21 | ||||
-rw-r--r-- | lib/asn1/vsn.mk | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 4d4600b3ab..e619408591 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,27 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 2.0.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The generated decoder for the 'per' and 'uper' + backends did not correctly decode ENUMERATEDs with a + single value.</p> + <p>The generated encoder for the 'per' and 'uper' + backends generated an empty binary for a top-level type + that did not need to be encoded (such as an ENUMERATED + with a single value). The correct result should be a + binary containing a 0 byte.</p> + <p> + Own Id: OTP-10916 Aux Id: seq12270 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 2.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index aaa060c806..3c4f3ff122 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 +ASN1_VSN = 2.0.1.1 |