diff options
author | Henrik Nord <henrik@erlang.org> | 2018-12-11 10:11:27 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2018-12-11 10:11:27 +0100 |
commit | bdbea55aa52890ebb42459d726464e5a1ee1488b (patch) | |
tree | 372fd0d09ac7bbd8759cee9cfe56fd5619db9da9 /lib/reltool | |
parent | 1fda01cb73f7f22cccf4de29a739397a9b86eda3 (diff) | |
parent | 3825199794da28d79b21052a2e69e2335921d55e (diff) | |
download | erlang-bdbea55aa52890ebb42459d726464e5a1ee1488b.tar.gz |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Diffstat (limited to 'lib/reltool')
-rw-r--r-- | lib/reltool/doc/src/notes.xml | 20 | ||||
-rw-r--r-- | lib/reltool/vsn.mk | 2 |
2 files changed, 20 insertions, 2 deletions
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index e201ad4e23..165ae6db6a 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,7 +38,25 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.</p> - <section><title>Reltool 0.7.7</title> + <section><title>Reltool 0.7.8</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Reltool would earlier erroneously split paths like + <c>"c:\foo"</c> into <c>["c","\foo"]</c> when reading the + <c>$ERL_LIBS</c> variable on windows. This is now + corrected.</p> + <p> + Own Id: OTP-15454</p> + </item> + </list> + </section> + +</section> + +<section><title>Reltool 0.7.7</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index 6bfc8c60ea..a649a3e0c0 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.7.7 +RELTOOL_VSN = 0.7.8 |