diff options
author | Erlang/OTP <[email protected]> | 2015-07-06 21:14:34 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-07-06 21:14:34 +0200 |
commit | fb8d80f91ebfc328c3229a5908c3b4d527bfc1e6 (patch) | |
tree | 1ff4915a0233b8b54d9bbbbcdce28b2da7d201f5 /lib/runtime_tools | |
parent | 86d29105143b86bb011634a8e3c84e7f78886463 (diff) | |
download | otp-fb8d80f91ebfc328c3229a5908c3b4d527bfc1e6.tar.gz otp-fb8d80f91ebfc328c3229a5908c3b4d527bfc1e6.tar.bz2 otp-fb8d80f91ebfc328c3229a5908c3b4d527bfc1e6.zip |
Prepare release
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r-- | lib/runtime_tools/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/runtime_tools/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 1612c62c98..011c9a87a2 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -31,6 +31,23 @@ <p>This document describes the changes made to the Runtime_Tools application.</p> +<section><title>Runtime_Tools 1.8.16.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The <c>trace_file_drv</c> did not handle <c>EINTR</c> + correct which caused it to fail when the runtime system + received a signal.</p> + <p> + Own Id: OTP-12890 Aux Id: seq12885 </p> + </item> + </list> + </section> + +</section> + <section><title>Runtime_Tools 1.8.16</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/runtime_tools/vsn.mk b/lib/runtime_tools/vsn.mk index e9f43df1aa..71eeba472c 100644 --- a/lib/runtime_tools/vsn.mk +++ b/lib/runtime_tools/vsn.mk @@ -1 +1 @@ -RUNTIME_TOOLS_VSN = 1.8.16 +RUNTIME_TOOLS_VSN = 1.8.16.1 |