diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/NEWS | 4 | ||||
-rw-r--r-- | gdb/version.in | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db7c2d8..f61db84 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2006-06-16 Joel Brobecker <brobecker@adacore.com> + + * version.in (version.in): Bump version number to 6.5.50 now + that the gdb-6.5 branch has been created. + * NEWS: Create a new section for changes that are included + since gdb-6.5. Name the "since gdb-6.4" section as the "in gdb-6.5" + section. + 2006-05-16 Jim Blandy <jimb@codesourcery.com> * MAINTAINERS (Authorized Committers): Gaius Mulley has accepted @@ -1,7 +1,9 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 6.4 +*** Changes since GDB 6.5 + +*** Changes in GDB 6.5 * New targets diff --git a/gdb/version.in b/gdb/version.in index b7fe239..71cb35a 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -6.4.50.20060516-cvs +6.5.50.20060516-cvs |