From 425889ba69b69a9b6fb14bfbef121d51b78e853a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Apr 2019 17:38:37 +0200 Subject: Prepare release --- lib/reltool/doc/src/notes.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (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 165ae6db6a..2d043017af 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,7 +38,40 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.

-
Reltool 0.7.8 +
Reltool 0.8 + +
Improvements and New Features + + +

+ A new element, Opts, can now be included in a + rel tuple in the reltool release specific + configuration format: {rel, Name, Vsn, RelApps, Opts}.

+

+ This supports the use of {rel, Name, Vsn, RelApps, + [{load_dot_erlang, false}]} to prevent the boot + script from running the .erlang file.

+

+ The incompatibilities are as follows:

+

+ * The return from reltool:get_config/1 and + reltool:get_config/3 includes the new rel + tuple for all rels where the load_dot_erlang + option is set to false.
* The return from + reltool:get_config/3 includes the new rel + tuple for ALL rels if the InclDefs parameter is + set to true.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15571

+
+
+
+ +
+ +
Reltool 0.7.8
Fixed Bugs and Malfunctions -- cgit v1.2.3