From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 24 ++++++++++++++++++++++++ lib/asn1/vsn.mk | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) (limited to 'lib/asn1') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index ccff9892c6..5e221c03e9 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,30 @@

This document describes the changes made to the asn1 application.

+
Asn1 1.6.17 + +
Fixed Bugs and Malfunctions + + +

+ Test cases which started failing when timer:tc was + changed to not catch are corrected.

+

+ Own Id: OTP-9286

+
+ +

+ The bounds checking in the asn1_erl_driver when the + length value of a TLV is a Long Definite Length is + corrected. Thanks to Vance Shipley.

+

+ Own Id: OTP-9303

+
+
+
+ +
+
Asn1 1.6.16
Fixed Bugs and Malfunctions diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 7b52e18805..36e082c8ba 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1,2 +1,2 @@ #next version number to use is 1.6.15 | 1.7 | 2.0 -ASN1_VSN = 1.6.16 +ASN1_VSN = 1.6.17 -- cgit v1.2.3