diff options
author | Henrik Nord <[email protected]> | 2017-09-26 12:33:40 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2017-09-26 12:33:40 +0200 |
commit | 25587f05f5d80f9cfa25df953b3ce7f53c70d31a (patch) | |
tree | dfe3cb303402f0ebf8107ff77a764ab9286f67d9 /lib/asn1 | |
parent | 3c23f2c6335d8586aca1efb9da6d20f00a8840fd (diff) | |
parent | 02fd746c40e829adbe77cc526c7df904698e2534 (diff) | |
download | otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.tar.gz otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.tar.bz2 otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/asn1/vsn.mk | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 5399528271..ae6660c143 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,24 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 5.0.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Compiling an ASN.1 module using the option {n2n, + EnumTypeName} when EnumTypeName contains a hypen like for + example Cause-Misc caused syntax errors when compiling + the generated Erlang code. This is now corrected.</p> + <p> + Own Id: OTP-14495 Aux Id: ERL-437 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 5.0.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 5900f3037e..ef83b9e3dc 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.0.2 +ASN1_VSN = 5.0.3 |