From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/reltool/doc/src/notes.xml | 59 ++++++++++++++++++++++++++++++++++++++++++- lib/reltool/vsn.mk | 2 +- 2 files changed, 59 insertions(+), 2 deletions(-) (limited to 'lib/reltool') diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 66ec7e9035..69e499723f 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -37,7 +37,64 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.

-
Reltool 0.6.1 +
Reltool 0.6.2 + +
Fixed Bugs and Malfunctions + + +

+ If incl_cond was set to + derived on module level, then reltool_server would + crash with a case_clause. This has been corrected. + incl_cond on module level now overwrites + mod_cond on app or sys level as described in the + documentation. If a rel spec in the + reltool config does not contain all applications that are + listed as {applications,Applications} in a + .app file, then these applications are + autmatically added when creating the .rel file. + For 'included_applications', the behaviour was not the + same. I.e. if a rel spec in the reltool config did + not contain all applications that are listed as + {included_applications,InclApplications} in a + .app file, then reltool would fail with reason + "Undefined applications" when creating the .rel + file. This has been corrected, so both + applications and included_applications are + now automatically added if not already in the rel + spec. The rel specification now + dictates the order in which included and used + applications (specified in the .app file as + included_applications and applications + respectively) are loaded/started by the boot file. If the + applications are not specified in the rel spec, + then the order from the .app file is used. This + was a bug earlier reported on systools, and is now also + implemented in reltool. Instead of only + looking at the directory name, reltool now first looks + for a .app file in order to figure out the name of + an application.

+

+ Own Id: OTP-10012 Aux Id: kunagi-171 [82]

+
+
+
+ + +
Improvements and New Features + + +

Some examples overflowing the width of PDF pages have + been corrected.

+

+ Own Id: OTP-10665

+
+
+
+ +
+ +
Reltool 0.6.1
Improvements and New Features diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 6872539b8c..b1edf770aa 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.6.1 +RELTOOL_VSN = 0.6.2 -- cgit v1.2.3