From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/reltool/doc/src/notes.xml | 23 ++++++++++++++++++++++- lib/reltool/vsn.mk | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) (limited to 'lib/reltool') diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 54fa6ca126..66ec7e9035 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -37,7 +37,28 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.

-
Reltool 0.6 +
Reltool 0.6.1 + +
Improvements and New Features + + +

+ A new sys level configuration parameter + {excl_lib,otp_root} is added. When this is set, + the target system will not contain anything from + $OTP_ROOT. It will only contain a releases + directory with rel, script and boot files, and a lib + directory with applications found outside of + $OTP_ROOT (i.e. "your own" applications).

+

+ Own Id: OTP-9743

+
+
+
+ +
+ +
Reltool 0.6
Fixed Bugs and Malfunctions diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 3811d897c7..6872539b8c 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.6 +RELTOOL_VSN = 0.6.1 -- cgit v1.2.3