This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[pushed/7.8] Update gdb/NEWS in preparation for GDB 7.8 release.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 29 Jul 2014 05:35:20 -0700
- Subject: [pushed/7.8] Update gdb/NEWS in preparation for GDB 7.8 release.
- Authentication-results: sourceware.org; auth=none
Hello,
Below is a patch I just pushed to the gdb-7.8-branch that edits
the gdb/NEWS file in preparation from the 7.8 release.
gdb/ChangeLog:
* NEWS: Change "Changes since GDB 7.7" into "Changes in GDB 7.8".
Thank you,
--
Joel
---
gdb/ChangeLog | 4 ++++
gdb/NEWS | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 717457f..ce22d8c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-29 Joel Brobecker <brobecker@adacore.com>
+
+ * NEWS: Change "Changes since GDB 7.7" into "Changes in GDB 7.8".
+
2014-07-29 Yao Qi <yao@codesourcery.com>
PR gdb/17206
diff --git a/gdb/NEWS b/gdb/NEWS
index 1397e8b..c2d0b6b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,7 +1,7 @@
What has changed in GDB?
(Organized release by release)
-*** Changes since GDB 7.7
+*** Changes in GDB 7.8
* New command line options
--
1.9.1