diff options
author | Micael Karlberg <[email protected]> | 2013-04-10 10:39:40 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-04-10 10:39:40 +0200 |
commit | bb7ba9f1e70a49310efc872f528d91d2a5f4f661 (patch) | |
tree | ea554d06545c2b836df1cdc6f150a5f9b963fe1f /lib/megaco/doc/src/notes.xml | |
parent | fab2332f524c81a3e0186928cf3b64ee3190e259 (diff) | |
download | otp-bb7ba9f1e70a49310efc872f528d91d2a5f4f661.tar.gz otp-bb7ba9f1e70a49310efc872f528d91d2a5f4f661.tar.bz2 otp-bb7ba9f1e70a49310efc872f528d91d2a5f4f661.zip |
Assign correct version and updated release notes accordingly.
Also added (and cleaned up) appup.
Diffstat (limited to 'lib/megaco/doc/src/notes.xml')
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 51 |
1 files changed, 49 insertions, 2 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 99a3784402..39dff28e22 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -1,10 +1,10 @@ -<?xml version="1.0" encoding="latin1" ?> +<?xml version="1.0" encoding="iso-8859-1" ?> <!DOCTYPE chapter SYSTEM "chapter.dtd"> <chapter> <header> <copyright> - <year>2000</year><year>2010</year> + <year>2000</year><year>2013</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -36,6 +36,53 @@ section is the version number of Megaco.</p> <section> + <title>Megaco 3.14.2</title> + + <p>Version 3.14.2 supports code replacement in runtime from/to + version 3.14.1, 3.14, 3.13 and 3.12.</p> + + <section> + <title>Improvements and new features</title> + + <p>-</p> + +<!-- + <list type="bulleted"> + <item> + <p>A minor compiler related performance improvement. </p> + <p>Own Id: OTP-8561</p> + </item> + + </list> +--> + + </section> + + <section> + <title>Fixed bugs and malfunctions</title> +<!-- + <p>-</p> +--> + + <list type="bulleted"> + <item> + <p>Buffer overrun error while flex scanner processing + property parm groups. </p> + <p>This error occured only for large messages if a + buffer realloc was needed while processing the + property parm groups. </p> + <p>Own Id: OTP-10998</p> + <p>Aux Id: Seq 12263</p> + </item> + + </list> + + </section> + + </section> <!-- 3.14.2 --> + + + <section> <title>Megaco 3.14.1</title> <p>Version 3.14.1 supports code replacement in runtime from/to |