From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
Date: Mon, 17 Jun 2013 16:23:55 +0200
Subject: Prepare release
---
lib/reltool/doc/src/notes.xml | 43 ++++++++++++++++++++++++++++++++++++++++++-
lib/reltool/vsn.mk | 2 +-
2 files changed, 43 insertions(+), 2 deletions(-)
(limited to 'lib/reltool')
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml
index a9aed2b0a3..598d3333f8 100644
--- a/lib/reltool/doc/src/notes.xml
+++ b/lib/reltool/doc/src/notes.xml
@@ -37,7 +37,48 @@
thus constitutes one section in this document. The title of each
section is the version number of Reltool.
- Reltool 0.6.3
+ Reltool 0.6.4
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ Fix receive support in erl_eval with a BEAM module.
+ Thanks to Anthony Ramine.
+
+ Own Id: OTP-11137
+
+
+
+
+
+ Improvements and New Features
+
+ -
+
+ Reltool used to fail if an application was mentioned in
+ the config file which was not found in the file system,
+ even if the application was explicitly excluded in the
+ config. This has been changed and will only produce a
+ warning. If the application is not explicitly excluded it
+ will still cause reltool to fail. Thanks to Håkan
+ Mattsson!
+
+ Own Id: OTP-10988
+
+ -
+
+ Fix possibly "not owner" error while file copy with
+ reltool. Thanks to Alexey Saltanov.
+
+ Own Id: OTP-11099
+
+
+
+
+
+
+Reltool 0.6.3
Improvements and New Features
diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk
index 9df2fc8406..412e78f49f 100644
--- a/lib/reltool/vsn.mk
+++ b/lib/reltool/vsn.mk
@@ -1 +1 @@
-RELTOOL_VSN = 0.6.3
+RELTOOL_VSN = 0.6.4
--
cgit v1.2.3