summaryrefslogtreecommitdiff
path: root/lib/debugger
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-05-17 21:29:43 +0200
committerErlang/OTP <otp@erlang.org>2022-05-17 21:29:43 +0200
commitc7c9fbc9b25d69db09115de014e6b1828dafd904 (patch)
tree4a9bf721013261c73832408b8723d23da71a43d0 /lib/debugger
parente3b7a62a6cab5485f1c6917ed33329e14c56289e (diff)
downloaderlang-c7c9fbc9b25d69db09115de014e6b1828dafd904.tar.gz
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 f43c53bce7..5835ff15f5 100644
--- a/lib/debugger/doc/src/notes.xml
+++ b/lib/debugger/doc/src/notes.xml
@@ -33,6 +33,29 @@
<p>This document describes the changes made to the Debugger
application.</p>
+<section><title>Debugger 5.3</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ The configuration files <seecom
+ marker="erts:erl"><c>.erlang</c></seecom>, <seeguide
+ marker="system/reference_manual:distributed"><c>.erlang.cookie</c></seeguide>
+ and <seeerl
+ marker="stdlib:beam_lib#.erlang.crypt"><c>.erlang.crypt</c></seeerl>
+ can now be located in the XDG Config Home directory.</p>
+ <p>
+ See the documentation for each file and
+ <c>filename:basedir/2</c> for more details.</p>
+ <p>
+ Own Id: OTP-17554 Aux Id: GH-5016 PR-5408 OTP-17821 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Debugger 5.2.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk
index c95d0fda17..bac7f4b6ae 100644
--- a/lib/debugger/vsn.mk
+++ b/lib/debugger/vsn.mk
@@ -1 +1 @@
-DEBUGGER_VSN = 5.2.1
+DEBUGGER_VSN = 5.3