From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Apr 2014 19:52:48 +0200 Subject: Update release notes --- lib/debugger/doc/src/notes.xml | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) (limited to 'lib/debugger/doc') diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index a3543a1e11..8832f99fc3 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/doc/src/notes.xml @@ -32,6 +32,72 @@

This document describes the changes made to the Debugger application.

+
Debugger 4.0 + +
Fixed Bugs and Malfunctions + + +

+ The debugger now correctly evaluates code such as 'X = + true andalso X'. (Thanks to Anthony Ramine.)

+

+ Own Id: OTP-11553

+
+ +

+ A few subtle bugs in the evaluation of code in the + debugger has been corrected. (Thanks to Anthony Ramine.)

+

+ Own Id: OTP-11676

+
+ +

+ Application upgrade (appup) files are corrected for the + following applications:

+

+ asn1, common_test, compiler, crypto, debugger, + dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, + inets, observer, odbc, os_mon, otp_mibs, parsetools, + percept, public_key, reltool, runtime_tools, ssh, + syntax_tools, test_server, tools, typer, webtool, wx, + xmerl

+

+ A new test utility for testing appup files is added to + test_server. This is now used by most applications in + OTP.

+

+ (Thanks to Tobias Schlager)

+

+ Own Id: OTP-11744

+
+
+
+ + +
Improvements and New Features + + +

+ Removed gs based applications and gs based backends. The + observer application replaces the removed + applications.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-10915

+
+ +

+ Support Maps syntax in debugger (Thanks to Anthony + Ramine).

+

+ Own Id: OTP-11673

+
+
+
+ +
+
Debugger 3.2.12
Improvements and New Features -- cgit v1.2.3