From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'lib/asn1/doc/src') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 3376d0470c..5ca86130a1 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,75 @@

This document describes the changes made to the asn1 application.

+
Asn1 1.8 + +
Fixed Bugs and Malfunctions + + +

+ Encoding and decoding of integer ranges can now be done + with an upper bound larger than the previous limit of + 16^10. The new upper bound in per encoding and decodings + for constrained whole numbers is 2^2040 (close to 16^508)

+

+ Own Id: OTP-10128

+
+ +

+ Per encoding/decoding now works correctly for single + value subtyping of an integer type where a subtype is a + predefined value. Previously a predefined value could + cause a non-valid range-check in the generated Erlang + code for per encoding/decoding due to a bug in the + constraint checking.

+

+ Own Id: OTP-10139

+
+ +

+ Fix typo error in selected decode function (Thanks to + Artem Teslenko)

+

+ Own Id: OTP-10152

+
+ +

+ Better error indication when detecting unexpected tags + during decoding of BER encoded data.

+

+ Own Id: OTP-10186

+
+ +

+ asn1rt_check: Fix transform_to_EXTERNAL1990 for binary + input (Thanks to Harald Welte)

+

+ Own Id: OTP-10233

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

+ Add support for multiple ExtensionAdditionGroups

+

+ Own Id: OTP-10058

+
+ +

+ Add support for extensible enumeration types in n2n + generated functions.

+

+ Own Id: OTP-10144

+
+
+
+ +
+
Asn1 1.7
Improvements and New Features -- cgit v1.2.3