From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +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/asn1') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index ac3d9c828e..499a7e40c3 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,22 @@

This document describes the changes made to the asn1 application.

+
Asn1 4.0.4 + +
Fixed Bugs and Malfunctions + + +

+ Compiling multiple ASN.1 modules in the same directory + with parallel make (make -j) should now be safe.

+

+ Own Id: OTP-13624

+
+
+
+ +
+
Asn1 4.0.3
Improvements and New Features diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 527af05da1..e4bf3e2236 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 4.0.3 +ASN1_VSN = 4.0.4 -- cgit v1.2.3