diff mbox

Update contrib/gennews for 4.7

Message ID Pine.LNX.4.64.1203132321500.4370@digraph.polyomino.org.uk
State New
Headers show

Commit Message

Joseph Myers March 13, 2012, 11:23 p.m. UTC
I've applied this patch to contrib/gennews on trunk and 4.7 branch to make 
it include release notes for 4.7 in the files it processes.  (Checking 
this file is in the release checklist, but updating it in advance means 
one fewer thing that could be missed when making the final release.)
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 185364)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@ 
+2012-03-13  Joseph Myers  <joseph@codesourcery.com>
+
+	* gennews (files): Add files for GCC 4.7.
+
 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
 	* config-list.mk (LIST): Remove mips-openbsd.
Index: gennews
===================================================================
--- gennews	(revision 185364)
+++ gennews	(working copy)
@@ -3,8 +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, 2008, 2009, 2010, 2011
-# Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010, 2011,
+# 2012 Free Software Foundation, Inc.
 # This file is part of GCC.
 #
 # GCC is free software; you can redistribute it and/or modify
@@ -24,6 +24,7 @@ 
 
 website=http://gcc.gnu.org/
 files="
+    gcc-4.7/index.html gcc-4.7/changes.html
     gcc-4.6/index.html gcc-4.6/changes.html
     gcc-4.5/index.html gcc-4.5/changes.html
     gcc-4.4/index.html gcc-4.4/changes.html