diff options
author | Joel Brobecker <brobecker@adacore.com> | 2017-04-17 07:30:29 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2017-04-17 07:30:29 -0700 |
commit | 305d16a9beff2a817ee03b3881da68eb3a29edec (patch) | |
tree | 07a799918bf90e9001a49235d5af683f11a38e50 | |
parent | 8bb5723165d4e7308fb69b21a95f396f9e61caaf (diff) | |
download | gdb-305d16a9beff2a817ee03b3881da68eb3a29edec.zip gdb-305d16a9beff2a817ee03b3881da68eb3a29edec.tar.gz gdb-305d16a9beff2a817ee03b3881da68eb3a29edec.tar.bz2 |
Update NEWS post GDB 8.0 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.
-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 890a876..f033ced 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2017-04-17 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. + +2017-04-17 Joel Brobecker <brobecker@adacore.com> + GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db): * version.in: Bump version to 8.0.50.DATE-git. @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 7.12 +*** Changes since GDB 8.0 + +*** Changes in GDB 8.0 * GDB now supports access to the PKU register on GNU/Linux. The register is added by the Memory Protection Keys for Userspace feature which will be |