From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/reltool/doc/src/notes.xml | 28 +++++++++++++++++++++++++++- lib/reltool/vsn.mk | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) (limited to 'lib/reltool') diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index a791f2ce03..324d69675e 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -37,7 +37,33 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.

-
Reltool 0.5.5 +
Reltool 0.5.6 + +
Fixed Bugs and Malfunctions + + +

+ The system level option app_files is documented to + allow the values keep | strip | all, but it only + allowed keep. This is corrected.

+

+ Own Id: OTP-9135

+
+ +

+ Allow the same module name in multiple applications + visible to reltool, as long as all but one of the + applications/modules are explicitely excluded. (Thanks to + Andrew Gopienko and Jay Nelson)

+

+ Own Id: OTP-9229

+
+
+
+ +
+ +
Reltool 0.5.5
Fixed Bugs and Malfunctions diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 484f84788d..227b1c80a2 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.5.5 +RELTOOL_VSN = 0.5.6 -- cgit v1.2.3