From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
Date: Tue, 4 Oct 2011 12:06:58 +0200
Subject: Prepare release
---
lib/reltool/doc/src/notes.xml | 30 +++++++++++++++++++++++++++++-
lib/reltool/vsn.mk | 2 +-
2 files changed, 30 insertions(+), 2 deletions(-)
(limited to 'lib/reltool')
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml
index 324d69675e..5304b996a4 100644
--- a/lib/reltool/doc/src/notes.xml
+++ b/lib/reltool/doc/src/notes.xml
@@ -37,7 +37,35 @@
thus constitutes one section in this document. The title of each
section is the version number of Reltool.
- Reltool 0.5.6
+ Reltool 0.5.7
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ If a module was duplicated in the library directories
+ visible to reltool, and the configuration did not point
+ out which file to use, then reltool:start would always
+ fail. A pop-up is added which asks if you want to
+ continue with a safe and minimal configuration.
+
+ Own Id: OTP-9383
+
+ -
+
+ wx would sometimes crash due to an empty radiobox on the
+ 'releases' tab of the system window. This radiobox is
+ removed, and replaced by a listbox which will always
+ contain at least kernel and stdlib applications.
+
+ Own Id: OTP-9384
+
+
+
+
+
+
+Reltool 0.5.6
Fixed Bugs and Malfunctions
diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk
index 227b1c80a2..751f9bb6db 100644
--- a/lib/reltool/vsn.mk
+++ b/lib/reltool/vsn.mk
@@ -1 +1 @@
-RELTOOL_VSN = 0.5.6
+RELTOOL_VSN = 0.5.7
--
cgit v1.2.1