diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-04-03 11:56:48 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-04-03 11:56:48 +0200 |
commit | cd82636ecd8a9dee9f9abb353ff3ff256adf74f1 (patch) | |
tree | 6508f8478940ff23e33d202abcb7fbbf790aef60 /lib/asn1/doc | |
parent | 6c1ba432eac3aee730da9ae6fc484b5806a7dfd2 (diff) | |
parent | cfea5eea406ba3af96588ff458e55de9a149d9c5 (diff) | |
download | otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.tar.gz otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.tar.bz2 otp-cd82636ecd8a9dee9f9abb353ff3ff256adf74f1.zip |
Merge commit 'OTP_R15B01'
Diffstat (limited to 'lib/asn1/doc')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 9b6c482c0a..b5422c9083 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,32 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 1.7</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Some ASN.1 INTEGER type and SEQUENCE constructor variants + previously not handled by the ASN.1 compiler are now + correctly handled</p> + <p> + Own Id: OTP-9688</p> + </item> + <item> + <p> + An INTEGER with a value constraint where unions are used + e.g. X1 ::= INTEGER (1..4 | 6 | 8 | 10 | 20) is not + handled correctly. For PER the value is encoded in wrong + number of bits.</p> + <p> + Own Id: OTP-9946</p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 1.6.19</title> <section><title>Improvements and New Features</title> |