diff options
| author | Erlang/OTP <otp@erlang.org> | 2021-04-19 15:25:17 +0200 |
|---|---|---|
| committer | Erlang/OTP <otp@erlang.org> | 2021-04-19 15:25:17 +0200 |
| commit | 221e41bd32e433f6e08bbfedb013fc49c9aa1283 (patch) | |
| tree | d086d8bf6a143ab304f0145257bc8d8377f44d11 /lib/reltool | |
| parent | 58f4ca0b08a3c3445cfb894bf4d28148fe9dec0d (diff) | |
| download | erlang-221e41bd32e433f6e08bbfedb013fc49c9aa1283.tar.gz | |
Prepare release
Diffstat (limited to 'lib/reltool')
| -rw-r--r-- | lib/reltool/doc/src/notes.xml | 24 | ||||
| -rw-r--r-- | lib/reltool/vsn.mk | 2 |
2 files changed, 24 insertions, 2 deletions
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index ee00b6086d..1d6ffcb242 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,7 +38,29 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.</p> - <section><title>Reltool 0.8</title> + <section><title>Reltool 0.9</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Recognize new key 'optional_applications' in application + resource files.</p> + <p> + Own Id: OTP-17189 Aux Id: PR-2675 </p> + </item> + <item> + <p>Removed timestamps from files generated by <c>sasl</c> + and <c>reltool</c> to enable deterministic builds.</p> + <p> + Own Id: OTP-17292 Aux Id: PR-4685, PR-4684 </p> + </item> + </list> + </section> + +</section> + +<section><title>Reltool 0.8</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index c5aacfba38..1bee6b4581 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.8 +RELTOOL_VSN = 0.9 |
