diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-03-12 22:36:27 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-03-12 22:36:27 +0000 |
commit | 2d450646ca4c6972bf1d2c82c9e4453fd3381339 (patch) | |
tree | 6474303f8bc2a8f7cc671bd1edd0fc6fc8acf5a1 /gdb | |
parent | Record GDB 7.6 branch creation. Bump version number to 7.6.50.20130312-cvs. (diff) | |
download | binutils-gdb-2d450646ca4c6972bf1d2c82c9e4453fd3381339.tar.gz binutils-gdb-2d450646ca4c6972bf1d2c82c9e4453fd3381339.tar.bz2 binutils-gdb-2d450646ca4c6972bf1d2c82c9e4453fd3381339.zip |
Update NEWS file following GDB 7.6 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index afcaf28e96b..08aee5c7188 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2013-03-12 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. + +2013-03-12 Joel Brobecker <brobecker@adacore.com> + GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC) * version.in: Bump version to 7.6.50.20130312-cvs. @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.5 +*** Changes since GDB 7.6 + +*** Changes in GDB 7.6 * Target record has been renamed to record-full. Record/replay is now enabled with the "record full" command. |