diff options
author | Erlang/OTP <[email protected]> | 2015-09-21 17:09:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-09-21 17:09:23 +0200 |
commit | 6738d356a279835222b951fd213ed4cf9897eb7e (patch) | |
tree | c39c9d8a149d987b190897c03c0f3a6541fb375b /lib/debugger | |
parent | c4a35d1b3a5fb7f76fb50861e52be72aeafc389d (diff) | |
download | otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.gz otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.bz2 otp-6738d356a279835222b951fd213ed4cf9897eb7e.zip |
Prepare release
Diffstat (limited to 'lib/debugger')
-rw-r--r-- | lib/debugger/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/debugger/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index 67cfe20d83..4a415a538f 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/doc/src/notes.xml @@ -33,6 +33,22 @@ <p>This document describes the changes made to the Debugger application.</p> +<section><title>Debugger 4.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix crash when starting a quick debugging session. Thanks + Alan Duffield.</p> + <p> + Own Id: OTP-12911 Aux Id: seq12906 </p> + </item> + </list> + </section> + +</section> + <section><title>Debugger 4.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk index b6fd4e8e44..e47ed98128 100644 --- a/lib/debugger/vsn.mk +++ b/lib/debugger/vsn.mk @@ -1 +1 @@ -DEBUGGER_VSN = 4.1 +DEBUGGER_VSN = 4.1.1 |