From: Joel Brobecker Date: Wed, 11 Dec 2019 20:51:26 +0000 (+0100) Subject: gdb/NEWS: Say "Changes in GDB 9" rather than "Changes since GDB 8.3" X-Git-Tag: gdb-9.1-release~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41ec388bf2e3b64d7c5db6d1e90165cd0aab87ca;p=thirdparty%2Fbinutils-gdb.git gdb/NEWS: Say "Changes in GDB 9" rather than "Changes since GDB 8.3" gdb/ChangeLog: * NEWS: Change "Changes since GDB 8.3" into "Changes in GDB 9". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9bd454a6c6..a37cd2c79fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-12-11 Joel Brobecker + + * NEWS: Change "Changes since GDB 8.3" into "Changes in GDB 9". + 2019-12-11 Joel Brobecker GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0): diff --git a/gdb/NEWS b/gdb/NEWS index 3c378df6e6b..30690b18de6 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,7 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 8.3 +*** Changes in GDB 9 * 'thread-exited' event is now available in the annotations interface.