diff options
author | Joel Brobecker <brobecker@adacore.com> | 2019-12-11 21:44:47 +0100 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2019-12-11 21:44:47 +0100 |
commit | 4decd62b214e9cb3e66f5e90b28cfab9062c1464 (patch) | |
tree | 0ca375c563af11fa998bbcd51fefe8889b49063f | |
parent | d746744ebbb319b8a75e522a36bbd9a4d9cf5747 (diff) | |
download | binutils-4decd62b214e9cb3e66f5e90b28cfab9062c1464.zip binutils-4decd62b214e9cb3e66f5e90b28cfab9062c1464.tar.gz binutils-4decd62b214e9cb3e66f5e90b28cfab9062c1464.tar.bz2 |
Update NEWS post GDB 9 branch creation.
gdb/ChangeLog:
* NEWS: Create a new section for the next release branch.
Rename the section of the current branch, now that it has
been cut.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fd818e3..ca47b8c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2019-12-11 Joel Brobecker <brobecker@adacore.com> + * NEWS: Create a new section for the next release branch. + Rename the section of the current branch, now that it has + been cut. + +2019-12-11 Joel Brobecker <brobecker@adacore.com> + GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0): * version.in: Bump version to 10.0.50.DATE-git. @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 8.3 +*** Changes since GDB 9 + +*** Changes in GDB 9 * 'thread-exited' event is now available in the annotations interface. |