diff options
author | Erlang/OTP <[email protected]> | 2019-06-14 08:47:47 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-06-14 08:47:47 +0200 |
commit | ba04662d2b37458915b177ba8b6d77641120ac13 (patch) | |
tree | 9385f67b6137ca760d04329b182c79f00e6d353e /lib/tools | |
parent | e8e473bc852b5fa763e7c2c5a696c4deb892d10a (diff) | |
download | otp-ba04662d2b37458915b177ba8b6d77641120ac13.tar.gz otp-ba04662d2b37458915b177ba8b6d77641120ac13.tar.bz2 otp-ba04662d2b37458915b177ba8b6d77641120ac13.zip |
Prepare release
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 8d775aaecb..1c9ba9e026 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,21 @@ </header> <p>This document describes the changes made to the Tools application.</p> +<section><title>Tools 2.11.2.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p><c>cover</c> would fail to start if two processes + tried to start it at the exact same time.</p> + <p> + Own Id: OTP-15813 Aux Id: ERL-943 </p> + </item> + </list> + </section> + +</section> + <section><title>Tools 2.11.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 23ea0d9d4d..a09e50d88b 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.11.2.1 +TOOLS_VSN = 2.11.2.2 |