This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[pushed/8.1] gdb/NEWS: Rename "Changes since 8.0" into "Changes in 8.1".


Hello,

I just pushed the following update to the NEWS file on 8.1.
Not strictly needed for a pre-release, but this does help prepare
for the official release...

gdb/ChangeLog:

        * NEWS: Rename "Changes since 8.0" into "Changes in 8.1".

Pushed to gdb-8.1-branch.

Thanks,
-- 
Joel

---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d40b914823..9ad4a156a0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-12  Joel Brobecker  <brobecker@adacore.com>
+
+	* NEWS: Rename "Changes since 8.0" into "Changes in 8.1".
+
 2018-01-11  Pedro Alves  <palves@redhat.com>
 
 	PR gdb/22583
diff --git a/gdb/NEWS b/gdb/NEWS
index 14fcdf8674..6c9a2ecefd 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -1,7 +1,7 @@
 		What has changed in GDB?
 	     (Organized release by release)
 
-*** Changes since GDB 8.0
+*** Changes in GDB 8.1
 
 * GDB now supports dynamically creating arbitrary register groups specified
   in XML target descriptions.  This allows for finer grain grouping of
-- 
2.11.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]