summaryrefslogtreecommitdiff
path: root/lib/debugger
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2020-02-27 08:47:19 +0100
committerHenrik Nord <henrik@erlang.org>2020-02-27 08:47:19 +0100
commit112c712a11c695569841ec70480b3d06972751f8 (patch)
tree2e86d17dd71748a443c9e4a0118948290ee84650 /lib/debugger
parent7e9f31127151b00b7366532f9a5043bad1265802 (diff)
downloaderlang-112c712a11c695569841ec70480b3d06972751f8.tar.gz
Revert "Prepare release"
This reverts commit 50e614e7d5fee9e3bfe8a58e7f390c6ea6caf271.
Diffstat (limited to 'lib/debugger')
-rw-r--r--lib/debugger/doc/src/notes.xml37
-rw-r--r--lib/debugger/vsn.mk2
2 files changed, 1 insertions, 38 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml
index 5e3f2ce878..64af47a4fb 100644
--- a/lib/debugger/doc/src/notes.xml
+++ b/lib/debugger/doc/src/notes.xml
@@ -33,43 +33,6 @@
<p>This document describes the changes made to the Debugger
application.</p>
-<section><title>Debugger 5.0</title>
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>EEP-52 has been implemented.</p>
- <p>In binary matching, the size of the segment to be
- matched is now allowed to be a guard expression, and
- similarly in map matching the keys can now be guard
- expressions. See the Erlang Reference Manual and
- Programming Examples for more details.</p>
- <p>Language compilers or code generators that generate
- Core Erlang code may need to be updated to be compatible
- with the compiler in OTP 23. For more details, see the
- section Backwards Compatibility in <url
- href="http://erlang.org/eeps/eep-0052.html">EEP
- 52</url>.</p>
- <p>
- Own Id: OTP-14708</p>
- </item>
- <item>
- <p>The deprecated <c>erlang:get_stacktrace/0</c> BIF now
- returns an empty list instead of a stacktrace. To
- retrieve the stacktrace, use the extended try/catch
- syntax that was introduced in OTP 21.
- <c>erlang:get_stacktrace/0</c> is scheduled for removal
- in OTP 24.</p>
- <p>
- *** POTENTIAL INCOMPATIBILITY ***</p>
- <p>
- Own Id: OTP-16484</p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Debugger 4.2.8</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk
index 8e334a00f5..06fc743270 100644
--- a/lib/debugger/vsn.mk
+++ b/lib/debugger/vsn.mk
@@ -1 +1 @@
-DEBUGGER_VSN = 5.0
+DEBUGGER_VSN = 4.2.8