aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2014-12-09 15:21:47 +0100
committerErlang/OTP <[email protected]>2014-12-09 15:21:47 +0100
commit7f3486a5ddc02a366f2945dfd009c4a2697a2b98 (patch)
treec9bc8bcce1cbd888652e297ef0947113496c1f4e /lib/debugger
parent6d0033735b0b75321fb70d5e2a7645533cc24250 (diff)
downloadotp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.tar.gz
otp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.tar.bz2
otp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.zip
Prepare release
Diffstat (limited to 'lib/debugger')
-rw-r--r--lib/debugger/doc/src/notes.xml23
-rw-r--r--lib/debugger/vsn.mk2
2 files changed, 24 insertions, 1 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml
index c1ba1eec6b..b4baa2a1cd 100644
--- a/lib/debugger/doc/src/notes.xml
+++ b/lib/debugger/doc/src/notes.xml
@@ -32,6 +32,29 @@
<p>This document describes the changes made to the Debugger
application.</p>
+<section><title>Debugger 4.0.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Make sure to install .hrl files when needed</p>
+ <p>
+ Own Id: OTP-12197</p>
+ </item>
+ <item>
+ <p>
+ Invoking debugger functions <c>ia/1</c> and <c>iaa/1</c>
+ crashed, when it tried to invoke the old and removed gs
+ based gui functions.</p>
+ <p>
+ Own Id: OTP-12357</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Debugger 4.0.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk
index 33481a1537..38c19be93e 100644
--- a/lib/debugger/vsn.mk
+++ b/lib/debugger/vsn.mk
@@ -1 +1 @@
-DEBUGGER_VSN = 4.0.1
+DEBUGGER_VSN = 4.0.2