diff options
author | Micael Karlberg <[email protected]> | 2011-11-04 12:25:59 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-04 12:25:59 +0100 |
commit | 887c163802c7c39decd727240cd307964a1d692b (patch) | |
tree | ca45bb981042e80217e440e552d9dc7914c3c56a | |
parent | 7d5028832f3638852be41bb32a328859d8d11f93 (diff) | |
download | otp-887c163802c7c39decd727240cd307964a1d692b.tar.gz otp-887c163802c7c39decd727240cd307964a1d692b.tar.bz2 otp-887c163802c7c39decd727240cd307964a1d692b.zip |
Updated release notes and appup file.
OTP-9679
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 43 | ||||
-rw-r--r-- | lib/megaco/src/app/megaco.appup.src | 11 |
2 files changed, 54 insertions, 0 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 2aba8db71b..80123e3810 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -36,6 +36,49 @@ section is the version number of Megaco.</p> + <section><title>Megaco 3.15.1.2</title> + + <p>Version 3.15.1.2 supports code replacement in runtime from/to + version 3.15.1.1, 3.15.1 and 3.15.</p> + + <section> + <title>Improvements and new features</title> + +<!-- + <p>-</p> +--> + + <list type="bulleted"> + <item> + <p>The profiling test tool has been rewritten. </p> + <p>Håkan Mattsson</p> + <p>Own Id: OTP-9679</p> + </item> + + </list> + + </section> + + <section> + <title>Fixed bugs and malfunctions</title> + + <p>-</p> + + <!-- + <list type="bulleted"> + <item> + <p>Fixing miscellaneous things detected by dialyzer. </p> + <p>Own Id: OTP-9075</p> + </item> + + </list> + --> + + </section> + + </section> <!-- 3.15.1.2 --> + + <section><title>Megaco 3.15.1.1</title> <p>Version 3.15.1.1 supports code replacement in runtime from/to diff --git a/lib/megaco/src/app/megaco.appup.src b/lib/megaco/src/app/megaco.appup.src index 7107178d1a..7f6fe0c733 100644 --- a/lib/megaco/src/app/megaco.appup.src +++ b/lib/megaco/src/app/megaco.appup.src @@ -139,10 +139,17 @@ %% | %% v %% 3.15.1.1 +%% | +%% v +%% 3.15.1.2 %% %% {"%VSN%", [ + {"3.15.1.1", + [ + ] + }, {"3.15.1", [ ] @@ -160,6 +167,10 @@ } ], [ + {"3.15.1.1", + [ + ] + }, {"3.15.1", [ ] |