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 /lib/asn1/doc/src/notes.xml | |
parent | df291bae520a2fdd404172fdffaaf040fd939151 (diff) | |
download | otp-e7f320e1f84da88a96c3bc4a76f43a296a738264.tar.gz otp-e7f320e1f84da88a96c3bc4a76f43a296a738264.tar.bz2 otp-e7f320e1f84da88a96c3bc4a76f43a296a738264.zip |
Prepare release
Diffstat (limited to 'lib/asn1/doc/src/notes.xml')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 21 |
1 files changed, 21 insertions, 0 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> |