From dbccca2d75f6253f45f106f7fb1b7901d0137c3a Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Wed, 22 Aug 2012 20:29:35 +0200 Subject: Prep for R15B02 release OTP-10199 --- lib/megaco/doc/src/notes.xml | 72 +++++++++++++++++++++++++++++++++++++ lib/megaco/src/app/megaco.appup.src | 11 ++++++ lib/megaco/vsn.mk | 2 +- 3 files changed, 84 insertions(+), 1 deletion(-) diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 393064fbb5..928e3bea82 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -36,6 +36,78 @@ section is the version number of Megaco.

+
Megaco 3.16.0.2 + +

Version 3.16.0.2 supports code replacement in runtime from/to + version 3.16.0.1, 3.16, 3.15.1.1, 3.15.1 and 3.15.

+ +
+ Improvements and new features + + + + + +

Allow whitespaces in installation path.

+

It is now possible to give configure and make an + installation/release path with whitespaces in it.

+

Own Id: OTP-10107

+
+ + +

Fix parallel make for behaviours.

+
+ + +

Removed use of deprecated system flag, + global_haeps_size, in the measurement tool + mstone1.

+
+ +
+ +
+ +
+ Fixed bugs and malfunctions + +

-

+ + + +
+ +
+ Incompatibilities +

-

+ + + +
+ +
+ +
Megaco 3.16.0.1

Version 3.16.0.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 7f89fa8bc2..a7b38eb107 100644 --- a/lib/megaco/src/app/megaco.appup.src +++ b/lib/megaco/src/app/megaco.appup.src @@ -145,10 +145,17 @@ %% | %% v %% 3.16.0.1 +%% | +%% v +%% 3.16.0.2 %% %% {"%VSN%", [ + {"3.16.0.1", + [ + ] + }, {"3.16", [ ] @@ -170,6 +177,10 @@ } ], [ + {"3.16.0.1", + [ + ] + }, {"3.16", [ ] diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk index 11a951a23e..5e72ade769 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = megaco -MEGACO_VSN = 3.16.0.1 +MEGACO_VSN = 3.16.0.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" -- cgit v1.2.3