From d4e4511b19f4126d9271a6e3a8fa2eb716da7e85 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 11 Apr 2023 16:05:41 +0200 Subject: Prepare release --- lib/reltool/doc/src/notes.xml | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 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 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.

-
Reltool 0.9.1 +
Reltool 1.0 + +
Improvements and New Features + + +

+ 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.

+

+ Own Id: OTP-18230 Aux Id: PR-5936

+
+ +

Runtime dependencies have been updated.

+

+ Own Id: OTP-18350

+
+ +

Support for the experimental code archives feature has + been removed from reltool.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-18488 Aux Id: PR-6836

+
+ +

The implementation has been fixed to use + proc_lib:init_fail/2,3 where appropriate, instead + of proc_lib:init_ack/1,2.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-18490 Aux Id: OTP-18471, GH-6339, PR-6843

+
+
+
+ +
+ +
Reltool 0.9.1
Fixed Bugs and Malfunctions -- cgit v1.2.1