diff options
author | Rickard Green <[email protected]> | 2015-07-08 22:41:12 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-07-08 22:41:12 +0200 |
commit | 297464bd83bd8be34d553eecb235d6a398e42dbb (patch) | |
tree | fd6359998b4004feacff3265c650513f92a05412 /lib/runtime_tools | |
parent | e16d2a78e6e60dcc57867748ae809e448ef578e4 (diff) | |
parent | 859428cc405e3000c625a6c44a80bd3b22ad113d (diff) | |
download | otp-297464bd83bd8be34d553eecb235d6a398e42dbb.tar.gz otp-297464bd83bd8be34d553eecb235d6a398e42dbb.tar.bz2 otp-297464bd83bd8be34d553eecb235d6a398e42dbb.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Fix calculation of end time
Prefer monotonic time that stop during suspend
Avoid unnecessary copying of data when retrieving corrected monotonic time
Add the --enable-gettimeofday-as-os-system-time configure switch
Conflicts:
OTP_VERSION
erts/vsn.mk
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 71b244ec6b..5aebea98ce 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the Runtime_Tools application.</p> +<section><title>Runtime_Tools 1.9.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.9</title> <section><title>Improvements and New Features</title> diff --git a/lib/runtime_tools/vsn.mk b/lib/runtime_tools/vsn.mk index 3aadc46ab6..83e3612561 100644 --- a/lib/runtime_tools/vsn.mk +++ b/lib/runtime_tools/vsn.mk @@ -1 +1 @@ -RUNTIME_TOOLS_VSN = 1.9 +RUNTIME_TOOLS_VSN = 1.9.1 |