aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-05-11 17:22:23 +0200
committerErlang/OTP <[email protected]>2016-05-11 17:22:23 +0200
commitbd64ad8e15d66e48b36dbe3584315dd5cfc8b59a (patch)
treeacfd657ec7a84bc10503b9c0d00b6b4514ae2725 /lib/reltool
parent3aa1148cf76915e6ea27b9cc34e388ad85d7da4d (diff)
downloadotp-bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.tar.gz
otp-bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.tar.bz2
otp-bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.zip
Prepare release
Diffstat (limited to 'lib/reltool')
-rw-r--r--lib/reltool/doc/src/notes.xml19
-rw-r--r--lib/reltool/vsn.mk2
2 files changed, 19 insertions, 2 deletions
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.</p>
- <section><title>Reltool 0.7</title>
+ <section><title>Reltool 0.7.1</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p> Modify the code as motivated by a change of the
+ Erlang Parser (<c>undefined</c> is no longer
+ automatically inserted to the type of record fields
+ without an initializer). </p>
+ <p>
+ Own Id: OTP-13033 Aux Id: OTP-12719 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Reltool 0.7</title>
<section><title>Improvements and New Features</title>
<list>
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