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/NEWS | |
parent | b4b79973de7d289e0c12af9979782acba1c6eba3 (diff) | |
download | gdb-2d450646ca4c6972bf1d2c82c9e4453fd3381339.zip gdb-2d450646ca4c6972bf1d2c82c9e4453fd3381339.tar.gz gdb-2d450646ca4c6972bf1d2c82c9e4453fd3381339.tar.bz2 |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |