[commit] Start of New Year Procedure

Joel Brobecker brobecker@adacore.com
Tue Jan 1 04:32:00 GMT 2008


Hello,

We are now already in 2008, so I applied the Start of New Year
Procedure, which consisted in rotating the changelog, updating
fnchange.lst and finally update the version number printed by
GDB. ChangeLogs are:

2008-01-01  Joel Brobecker  <brobecker@adacore.com>

        * ChangeLog-2007: New ChangeLog rotation.
        * ChangeLog: Reset for 2008.
        * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
        ChangeLog-2007.

2008-01-01  Joel Brobecker  <brobecker@adacore.com>

        * top.c (print_gdb_version): Update copyright year.

All checked in.

-- 
Joel
-------------- next part --------------
Index: config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.95
diff -u -p -r1.95 fnchange.lst
--- config/djgpp/fnchange.lst	1 Jan 2007 07:01:30 -0000	1.95
+++ config/djgpp/fnchange.lst	1 Jan 2008 04:17:52 -0000
@@ -78,6 +78,8 @@
 @V@/gdb/ChangeLog-2003 @V@/gdb/ChangeLog.003
 @V@/gdb/ChangeLog-2004 @V@/gdb/ChangeLog.004
 @V@/gdb/ChangeLog-2005 @V@/gdb/ChangeLog.005
+@V@/gdb/ChangeLog-2006 @V@/gdb/ChangeLog.006
+@V@/gdb/ChangeLog-2007 @V@/gdb/ChangeLog.007
 @V@/gdb/ChangeLog-3.x @V@/gdb/ChangeLog.3-x
 @V@/gdb/ada-exp.tab.c @V@/gdb/ada-exp_tab.c
 @V@/gdb/amd64fbsd-nat.c @V@/gdb/a64fb-nat.c
-------------- next part --------------
Index: top.c
===================================================================
RCS file: /cvs/src/src/gdb/top.c,v
retrieving revision 1.127
diff -u -p -r1.127 top.c
--- top.c	7 Dec 2007 15:02:12 -0000	1.127
+++ top.c	1 Jan 2008 04:21:46 -0000
@@ -1147,7 +1147,7 @@ print_gdb_version (struct ui_file *strea
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright (C) 2007 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright (C) 2008 Free Software Foundation, Inc.\n");
 
   /* Following the copyright is a brief statement that the program is
      free software, that users are free to copy and change it on


More information about the Gdb-patches mailing list