This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update contrib/gennews


I've applied this patch to contrib/gennews on trunk and 4.5 branch to make 
it include the release notes for 4.5.

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 157991)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2010-04-06  Joseph Myers  <joseph@codesourcery.com>
+
+	* gennews (files): Add files for GCC 4.5.
+
 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	Fix *.log tests output containing "===".
Index: gennews
===================================================================
--- gennews	(revision 157991)
+++ gennews	(working copy)
@@ -3,7 +3,7 @@
 # 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, 2008, 2009
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010
 # Free Software Foundation, Inc.
 # This file is part of GCC.
 #
@@ -24,6 +24,7 @@
 
 website=http://gcc.gnu.org/
 files="
+    gcc-4.5/index.html gcc-4.5/changes.html
     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

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]