From a28aa321007f62ae4dce415cd190778c3ac184e7 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Fri, 11 Jun 2010 08:24:06 +0000 Subject: reltool release --- lib/reltool/doc/src/notes.xml | 67 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'lib/reltool/doc/src/notes.xml') diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 524d728901..95e379db53 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -37,6 +37,73 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.

+
Reltool 0.5.4 + +
Improvements and New Features + + +

+ Added function zip:foldl/3 to iterate over zip + archives.

+

+ Added functions to create and extract escripts. See + escript:create/2 and escript:extract/2.

+

+ The undocumented function escript:foldl/3 has been + removed. The same functionality can be achieved with the + more flexible functions escript:extract/2 and + zip:foldl/3.

+

+ Record fields has been annotated with type info. Source + files as been adapted to fit within 80 chars and trailing + whitespace has been removed.

+

+ Own Id: OTP-8521

+
+ +

A new escript, called reltool, has been + introduced in order to simplify the usage of the reltool + application from makefiles.

+

The handling of applications included in releases has + been improved. Applications that are required to be + started before other applications in a release are now + automatically included in the release. The kernel + and stdlib applications are always included as + they are mandatory.

+

Applications that are (explicitly or implicitly) + included in a release are now automatically included as + if they were explicitly included with the incl_cond + flag.

+

A new embedded_app_type option has been + introduced. It is intended to be used for embedded + systems where all included applications must be loaded + from the boot script, as these systems does not utilize + dynamic code loading. If embedded_app_type is set + to something else than undefined, all included + applications will be included in both the release as well + as in the boot script. If the profile is + embedded the embedded_app_type option + defaults to load.

+

A new function called reltool:get_status/1 has + been introduced. It returns status about the + configuration in the server.

+

The API functions that may take PidOrOptions as + input and actually gets Options does now print out + warnings.

+

The internal error handling has been improved. For + example {error,Reason} is always returned in case + of errors even when the server dies.

+

app and appup files has been added as + well as a corresponding test suite.

+

Various cleanups has been made in the code and in the + documentation.

+

+ Own Id: OTP-8590

+
+
+
+ +
Reltool 0.5.3 -- cgit v1.2.3