summaryrefslogtreecommitdiff
path: root/lib/reltool/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2023-05-15 12:36:07 +0200
committerErlang/OTP <otp@erlang.org>2023-05-15 12:36:07 +0200
commit2f361f653d649d002a26d1d2a5c8c3efd1303832 (patch)
treea1ed8c18d01f94f53ed73d7f12a7de8aaa71aac6 /lib/reltool/doc/src/notes.xml
parent47dc52e1189de34f148ca389a7810800a1d9240c (diff)
downloaderlang-2f361f653d649d002a26d1d2a5c8c3efd1303832.tar.gz
Prepare release
Diffstat (limited to 'lib/reltool/doc/src/notes.xml')
-rw-r--r--lib/reltool/doc/src/notes.xml41
1 files changed, 40 insertions, 1 deletions
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml
index 346a80ef54..6cc06b521c 100644
--- a/lib/reltool/doc/src/notes.xml
+++ b/lib/reltool/doc/src/notes.xml
@@ -38,7 +38,46 @@
thus constitutes one section in this document. The title of each
section is the version number of Reltool.</p>
- <section><title>Reltool 0.9.1</title>
+ <section><title>Reltool 1.0</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Add possibility to strip specific chunks from beam files
+ included in a release. Before this change it was only
+ possible to strip all chunks from the beam files.</p>
+ <p>
+ Own Id: OTP-18230 Aux Id: PR-5936 </p>
+ </item>
+ <item>
+ <p>Runtime dependencies have been updated.</p>
+ <p>
+ Own Id: OTP-18350</p>
+ </item>
+ <item>
+ <p>Support for the experimental code archives feature has
+ been removed from <c>reltool</c>.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-18488 Aux Id: PR-6836 </p>
+ </item>
+ <item>
+ <p> The implementation has been fixed to use
+ <c>proc_lib:init_fail/2,3</c> where appropriate, instead
+ of <c>proc_lib:init_ack/1,2</c>. </p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-18490 Aux Id: OTP-18471, GH-6339, PR-6843 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Reltool 0.9.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>