summaryrefslogtreecommitdiff
path: root/lib/reltool
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reltool')
-rw-r--r--lib/reltool/doc/src/notes.xml41
-rw-r--r--lib/reltool/src/reltool.app.src6
-rw-r--r--lib/reltool/vsn.mk2
3 files changed, 44 insertions, 5 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>
diff --git a/lib/reltool/src/reltool.app.src b/lib/reltool/src/reltool.app.src
index 421ca01ea3..03d67ee585 100644
--- a/lib/reltool/src/reltool.app.src
+++ b/lib/reltool/src/reltool.app.src
@@ -37,7 +37,7 @@
{applications, [stdlib, kernel]},
{env, []},
{runtime_dependencies,
- ["wx-@OTP-18350@","tools-2.6.14",
- "stdlib-@OTP-18490@","stdlib-@OTP-18350@","sasl-@OTP-18350@",
- "kernel-@OTP-18350@","erts-@OTP-18350@"]}
+ ["wx-2.3","tools-2.6.14",
+ "stdlib-5.0","stdlib-5.0","sasl-4.2.1",
+ "kernel-9.0","erts-14.0"]}
]}.
diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk
index 2fa512829c..6a81d9b40c 100644
--- a/lib/reltool/vsn.mk
+++ b/lib/reltool/vsn.mk
@@ -1 +1 @@
-RELTOOL_VSN = 0.9.1
+RELTOOL_VSN = 1.0