From bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 11 May 2016 17:22:23 +0200 Subject: Prepare release --- lib/reltool/doc/src/notes.xml | 19 ++++++++++++++++++- lib/reltool/vsn.mk | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'lib/reltool') diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 082079aa74..07853f7055 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,7 +38,24 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.

-
Reltool 0.7 +
Reltool 0.7.1 + +
Improvements and New Features + + +

Modify the code as motivated by a change of the + Erlang Parser (undefined is no longer + automatically inserted to the type of record fields + without an initializer).

+

+ Own Id: OTP-13033 Aux Id: OTP-12719

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