diff options
author | Erlang/OTP <otp@erlang.org> | 2021-03-25 16:27:17 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-03-25 16:27:17 +0100 |
commit | 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a (patch) | |
tree | 0272fb5bf328310831d06510a03864de5942ee8d /lib/megaco | |
parent | 444144870c528d80a3fcf34b3a2d1707115987f2 (diff) | |
download | erlang-1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.tar.gz |
Prepare release
Diffstat (limited to 'lib/megaco')
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 26 | ||||
-rw-r--r-- | lib/megaco/vsn.mk | 2 |
2 files changed, 26 insertions, 2 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 7ea065ff72..2fca226214 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -37,7 +37,31 @@ section is the version number of Megaco.</p> - <section><title>Megaco 3.19.5</title> + <section><title>Megaco 4.0</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + All the pre-v3 codec(s) (prev3a, prev3b and prev3c) was + deprecated in OTP-23.0. They have now been removed.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-16560</p> + </item> + <item> + <p> + Removed deprecated functions marked for removal.</p> + <p> + Own Id: OTP-17049</p> + </item> + </list> + </section> + +</section> + +<section><title>Megaco 3.19.5</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk index f416a0324a..691dcb971b 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = megaco -MEGACO_VSN = 3.19.5 +MEGACO_VSN = 4.0 PRE_VSN = APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" |