diff options
author | Erlang/OTP <[email protected]> | 2013-02-06 14:47:15 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-02-06 14:47:15 +0100 |
commit | c310adbff67aa89f1ad3bff7c0a03c3506fe85ee (patch) | |
tree | 60960a2d4f78acccc074452c080fc48ffa5ede1b /lib/asn1/doc/src/notes.xml | |
parent | a30a45e158978a6bc13684505f10d5e3824ee819 (diff) | |
download | otp-c310adbff67aa89f1ad3bff7c0a03c3506fe85ee.tar.gz otp-c310adbff67aa89f1ad3bff7c0a03c3506fe85ee.tar.bz2 otp-c310adbff67aa89f1ad3bff7c0a03c3506fe85ee.zip |
Prepare release
Diffstat (limited to 'lib/asn1/doc/src/notes.xml')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 5ca86130a1..de58aef0e2 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,35 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 1.8.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + ASN.1 decoders generated with the options <c>-bber_bin + +optimize +nif</c> would decode open types with a size + larger than 511 incorrectly. That bug could cause + decoding by <c>public_key</c> to fail. The bug was in the + NIF library <c>asn1_erl_nif.so</c>; therefore there is no + need re-compile ASN.1 specifications that had the + problem.</p> + <p> + Own Id: OTP-10805 Aux Id: seq12244 </p> + </item> + <item> + <p> + Encoding SEQUENCEs with multiple extension addition + groups with optional values could fail (depending both on + the specification and whether all values were provided).</p> + <p> + Own Id: OTP-10811 Aux Id: OTP-10664 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 1.8</title> <section><title>Fixed Bugs and Malfunctions</title> |