summaryrefslogtreecommitdiff
path: root/lib/megaco
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-05-28 16:38:37 +0200
committerErlang/OTP <otp@erlang.org>2020-05-28 16:38:37 +0200
commitf592112120c7a3d915bd4e2edea3fadada153276 (patch)
treef58e3c778a9edd5d66ec6db90eb739db4fa0d54e /lib/megaco
parent0b2179f0fb150c809c25d01139a3f14615b74be3 (diff)
downloaderlang-f592112120c7a3d915bd4e2edea3fadada153276.tar.gz
Prepare release
Diffstat (limited to 'lib/megaco')
-rw-r--r--lib/megaco/doc/src/notes.xml18
-rw-r--r--lib/megaco/vsn.mk2
2 files changed, 18 insertions, 2 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml
index 44a820fc7c..579d51403e 100644
--- a/lib/megaco/doc/src/notes.xml
+++ b/lib/megaco/doc/src/notes.xml
@@ -37,7 +37,23 @@
section is the version number of Megaco.</p>
- <section><title>Megaco 3.19</title>
+ <section><title>Megaco 3.19.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The mini parser could not properly decode some IPv6
+ addresses.</p>
+ <p>
+ Own Id: OTP-16631 Aux Id: ERIERL-491 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Megaco 3.19</title>
<section><title>Improvements and New Features</title>
<list>
diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk
index 3a35c5d125..12713ddf07 100644
--- a/lib/megaco/vsn.mk
+++ b/lib/megaco/vsn.mk
@@ -19,6 +19,6 @@
# %CopyrightEnd%
APPLICATION = megaco
-MEGACO_VSN = 3.19
+MEGACO_VSN = 3.19.1
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)"