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]

[commit] Create new section in NEWS for next release branch


Hello,

Now that the gdb-7.4 branch has been checked in, I updated the NEWS
file accordingly.

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      |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 28bc272..802a83a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-13  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.
+
 2011-12-11  Joel Brobecker  <brobecker@adacore.com>
 
 	* ada-lang.c (ada_exception_support_info_sniffer): Improve
diff --git a/gdb/NEWS b/gdb/NEWS
index 42782ce..9a45471 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,8 @@
 
 *** Changes since GDB 7.3.1
 
+*** Changes in GDB 7.4
+
 * GDB now handles ambiguous linespecs more consistently; the existing
   FILE:LINE support has been expanded to other types of linespecs.  A
   breakpoint will now be set on all matching locations in all
-- 
1.7.1


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