From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++ lib/asn1/vsn.mk | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-) (limited to 'lib/asn1') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index e4d9edd709..a00fc3de36 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,66 @@

This document describes the changes made to the asn1 application.

+
Asn1 2.0.4 + +
Fixed Bugs and Malfunctions + + +

+ The default value for a BIT STRING would not + always be recognized, causing the encoding to be + incorrect for the DER/PER/UPER encodings.

+

+ Own Id: OTP-11319

+
+ +

+ The asn1 application would fail to build if the + .erlang file printed something to standard output.

+

+ Own Id: OTP-11360

+
+ +

An union of integer ranges in an INTEGER constraint + could sometimes be interpreted as the intersection of the + range.

+

+ Own Id: OTP-11411 Aux Id: seq12443

+
+ +

+ Extensible, multiple single value constraints (such as + INTEGER (1|17, ...)) would be incorrectly encoded.

+

+ Own Id: OTP-11415

+
+ +

+ The ASN.1 compiler would fail to compile a constraint + with values given for for the extension part (such as + INTEGER (1..10, ..., 11..20)).

+

+ Own Id: OTP-11504

+
+
+
+ + +
Improvements and New Features + + +

+ The new option 'no_ok_wrapper' generates + M:encode/2 and M:decode/2 functions that don't wrap the + return value in an {ok,...} tuple.

+

+ Own Id: OTP-11314

+
+
+
+ +
+
Asn1 2.0.3
Fixed Bugs and Malfunctions diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 0861fc2681..153c64ebdd 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.3 +ASN1_VSN = 2.0.4 -- cgit v1.2.3