diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-12-13 13:36:38 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-12-13 13:36:38 +0000 |
commit | 8837a20f4fa7f0406f23d63411a949e422a74aa6 (patch) | |
tree | c683928528ea924fecc1e8b143c3f3d75e7285f3 | |
parent | b3ee5f653fda14056b71f30bc0baa5208d691413 (diff) | |
download | gdb-8837a20f4fa7f0406f23d63411a949e422a74aa6.zip gdb-8837a20f4fa7f0406f23d63411a949e422a74aa6.tar.gz gdb-8837a20f4fa7f0406f23d63411a949e422a74aa6.tar.bz2 |
Create new section in NEWS for next release branch
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/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52518e2..34cbc09 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -3,6 +3,12 @@ GDB 7.4 branch created (branch timestamp: 2011-12-13 13:00 UTC) * version.in: Bump version to 7.4.50.20111213-cvs. +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 @@ -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 |