From a21db4078a7b5f23b665dc2d466541b394936cb8 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 8 Aug 2013 15:40:47 +0200 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 16 ++++++++++++++++ lib/asn1/vsn.mk | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 7a371ddbf9..5cd7a1c4b8 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -31,6 +31,22 @@

This document describes the changes made to the asn1 application.

+
Asn1 1.8.1.2 + +
Fixed Bugs and Malfunctions + + +

+ Open types greater than 16383 bytes will now be correctly + encoded and decoded.

+

+ Own Id: OTP-11223 Aux Id: seq12386

+
+
+
+ +
+
Asn1 1.8.1.1
Fixed Bugs and Malfunctions diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 10ee992732..3db25c7839 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 = 1.8.1.1 +ASN1_VSN = 1.8.1.2 -- cgit v1.2.3