From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/reltool/doc/src/notes.xml | 33 ++++++++++++++++++++++++++++++++- lib/reltool/vsn.mk | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) (limited to 'lib/reltool') diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 25d983afd3..2365a68feb 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,7 +38,38 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.

-
Reltool 0.7.1 +
Reltool 0.7.2 + +
Fixed Bugs and Malfunctions + + +

+ Dependencies specified in .app files would earlier only + be followed for applications that are included in a 'rel' + spec in the reltool config. For other applications, only + xref would decide the dependencies.

+

+ Some dependency chains would even be missed for + applications that are included in a 'rel' spec in the + reltool config. E.g.

+

+ Application x has y as included application, + and y in turn has z as included application. Then z is + not included. Application x has y in its + 'applications' tag in the .app file, and y in turn has z + as included application. Then z is not included. +

+

+ These bugs are now corrected.

+

+ Own Id: OTP-11993

+
+
+
+ +
+ +
Reltool 0.7.1
Improvements and New Features diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 76f69fd294..2b23ff6f20 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.7.1 +RELTOOL_VSN = 0.7.2 -- cgit v1.2.3