aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-01-08 13:41:03 +0400
committerJoel Brobecker <brobecker@adacore.com>2014-01-08 13:41:03 +0400
commitb7bba0015567c096541d62f2637b9818b1634a59 (patch)
tree069691349aaf876bf561b512bee5083d02ca50e7
parent16dfbded4ca0fc78810c78ee29cab33c8c9fea42 (diff)
downloadgdb-b7bba0015567c096541d62f2637b9818b1634a59.zip
gdb-b7bba0015567c096541d62f2637b9818b1634a59.tar.gz
gdb-b7bba0015567c096541d62f2637b9818b1634a59.tar.bz2
Update NEWS post GDB 7.7 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/ChangeLog6
-rw-r--r--gdb/NEWS4
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b728f26..bbcbabc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2014-01-08 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.
+
+2014-01-08 Joel Brobecker <brobecker@adacore.com>
+
GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
* version.in: Bump version to 7.7.50.DATE-cvs.
diff --git a/gdb/NEWS b/gdb/NEWS
index d408f90..00defe1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,7 +1,9 @@
What has changed in GDB?
(Organized release by release)
-*** Changes since GDB 7.6
+*** Changes since GDB 7.7
+
+*** Changes in GDB 7.7
* GDB now supports SystemTap SDT probes on AArch64 GNU/Linux.