diff options
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gennews | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 874b252..61ca488 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2009-04-14 Jakub Jelinek <jakub@redhat.com> + + * gennews (files): Reference GCC 4.4 web pages. + 2009-04-09 Jakub Jelinek <jakub@redhat.com> * reghunt/date_based/reg_periodic: Change copyright header to refer diff --git a/contrib/gennews b/contrib/gennews index 6e0a47d..c64cd4a 100755 --- a/contrib/gennews +++ b/contrib/gennews @@ -3,7 +3,8 @@ # Script to generate the NEWS file from online release notes. # Contributed by Joseph Myers <jsm28@cam.ac.uk>. # -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 +# Free Software Foundation, Inc. # This file is part of GCC. # # GCC is free software; you can redistribute it and/or modify @@ -23,6 +24,7 @@ website=http://gcc.gnu.org/ files=" + gcc-4.4/index.html gcc-4.4/changes.html gcc-4.3/index.html gcc-4.3/changes.html gcc-4.2/index.html gcc-4.2/changes.html gcc-4.1/index.html gcc-4.1/changes.html |