From 36719f9798f1f7c2de203091582083e8d8e5726b Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 10 May 2019 14:42:47 +0200 Subject: Prepare release --- lib/reltool/doc/src/notes.xml | 35 ++++++++++++++++++++++++++++++++++- lib/reltool/vsn.mk | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-) (limited to 'lib/reltool') diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 165ae6db6a..ee00b6086d 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 releases where the load_dot_erlang + option is set to false.
* The return from + reltool:get_config/3 includes the new rel + tuple for ALL releases if the InclDefs parameter + is set to true.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15571

+
+
+
+ +
+ +
Reltool 0.7.8
Fixed Bugs and Malfunctions diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index a649a3e0c0..c5aacfba38 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.7.8 +RELTOOL_VSN = 0.8 -- cgit v1.2.3