diff options
| author | Erlang/OTP <otp@erlang.org> | 2022-04-11 15:15:13 +0200 |
|---|---|---|
| committer | Erlang/OTP <otp@erlang.org> | 2022-04-11 15:15:13 +0200 |
| commit | a2c8df222e6d02fa518d5d6cbbea75a9dd720d30 (patch) | |
| tree | 26beeda3b3b95d359b5cb2f2d545fedddc8e7133 /lib/asn1 | |
| parent | 54332a7919f3188532d72bc4344cc6425424975c (diff) | |
| download | erlang-a2c8df222e6d02fa518d5d6cbbea75a9dd720d30.tar.gz | |
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 15ffa64736..5885148b8a 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.19</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The atom <c>maybe</c> has been quoted in the source + code.</p> + <p> + Own Id: OTP-17980</p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 5.0.18</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 5800ce8f67..8093d57b72 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.0.18 +ASN1_VSN = 5.0.19 |
