diff options
author | Erlang/OTP <[email protected]> | 2018-05-25 12:14:27 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-05-25 12:14:27 +0200 |
commit | fd8e49b5bddceaae803670121b603b5eee8c5c08 (patch) | |
tree | 26cf13756466baac2711b5cb9d347116d213fa16 /lib/asn1 | |
parent | 4f91c8a34f4cc2c728a63e8d218566b3b3795b10 (diff) | |
download | otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.tar.gz otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.tar.bz2 otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.zip |
Prepare release
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/asn1/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index bb15c9ff5f..10b0e4c45f 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,21 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 5.0.6</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Update to use the new string api instead of the old.</p> + <p> + Own Id: OTP-15036</p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 5.0.5</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 39dfe8f4fb..30cbca3773 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.0.5 +ASN1_VSN = 5.0.6 |