diff options
author | Henrik Nord <[email protected]> | 2019-03-26 12:14:50 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2019-03-26 12:14:50 +0100 |
commit | b9023ad36f9fd1e2154ff80089906b53b548d891 (patch) | |
tree | 6a48f02225a7ae2bbdb89bfeb309e2d12a900730 /lib/reltool/doc/src | |
parent | d1b431a72f65ace425d6d85e57cb6e374f8d896d (diff) | |
download | otp-b9023ad36f9fd1e2154ff80089906b53b548d891.tar.gz otp-b9023ad36f9fd1e2154ff80089906b53b548d891.tar.bz2 otp-b9023ad36f9fd1e2154ff80089906b53b548d891.zip |
Revert "Prepare release"
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017.
Diffstat (limited to 'lib/reltool/doc/src')
-rw-r--r-- | lib/reltool/doc/src/notes.xml | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 2d043017af..165ae6db6a 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,40 +38,7 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.</p> - <section><title>Reltool 0.8</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - A new element, <c>Opts</c>, can now be included in a - <c>rel</c> tuple in the reltool release specific - configuration format: {rel, Name, Vsn, RelApps, Opts}.</p> - <p> - This supports the use of <c>{rel, Name, Vsn, RelApps, - [{load_dot_erlang, false}]}</c> to prevent the boot - script from running the <c>.erlang</c> file.</p> - <p> - The incompatibilities are as follows:</p> - <p> - * The return from <c>reltool:get_config/1</c> and - <c>reltool:get_config/3</c> includes the new <c>rel</c> - tuple for all rels where the <c>load_dot_erlang</c> - option is set to <c>false</c>.<br/> * The return from - <c>reltool:get_config/3</c> includes the new <c>rel</c> - tuple for ALL rels if the <c>InclDefs</c> parameter is - set to <c>true</c>.</p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-15571</p> - </item> - </list> - </section> - -</section> - -<section><title>Reltool 0.7.8</title> + <section><title>Reltool 0.7.8</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |