diff options
author | Joel Brobecker <brobecker@gnat.com> | 2006-05-16 19:43:57 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2006-05-16 19:43:57 +0000 |
commit | e374b601304dd4b4605d36ad5a0fb90ee2a46dc6 (patch) | |
tree | b410c81ebfca3f16f9230a155a0aaf51991d5337 /gdb | |
parent | 13942a4203513f4af68a03b142469dd871178484 (diff) | |
download | gdb-e374b601304dd4b4605d36ad5a0fb90ee2a46dc6.zip gdb-e374b601304dd4b4605d36ad5a0fb90ee2a46dc6.tar.gz gdb-e374b601304dd4b4605d36ad5a0fb90ee2a46dc6.tar.bz2 |
* 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.
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 |