diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-07-07 17:52:37 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-07-07 17:52:37 +0000 |
commit | 797054e63d0f9e5c0e8429ed80e31aa26d5365a3 (patch) | |
tree | e5de0fd02a3673bdd66648220084a39407707f8b | |
parent | c80befee39e522a996ed08a9b9a26c909c7d5968 (diff) | |
download | gdb-797054e63d0f9e5c0e8429ed80e31aa26d5365a3.zip gdb-797054e63d0f9e5c0e8429ed80e31aa26d5365a3.tar.gz gdb-797054e63d0f9e5c0e8429ed80e31aa26d5365a3.tar.bz2 |
* 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 | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 87399d1..51e1504 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2010-07-07 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. + +2010-07-07 Joel Brobecker <brobecker@adacore.com> + GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC) * version.in: Bump version to 7.2.50.20100707-cvs. @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.1 +*** Changes since GDB 7.2 + +*** Changes in GDB 7.1 * C++ Improvements: |