From 4decd62b214e9cb3e66f5e90b28cfab9062c1464 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 11 Dec 2019 21:44:47 +0100 Subject: [PATCH] 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. --- gdb/ChangeLog | 6 ++++++ gdb/NEWS | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fd818e3bba..ca47b8cad7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2019-12-11 Joel Brobecker + + * 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 GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0): diff --git a/gdb/NEWS b/gdb/NEWS index 3c378df6e6..ee10914fd8 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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.