diff options
author | Jakub Jelinek <jakub@redhat.com> | 2015-04-22 10:14:03 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-04-22 10:14:03 +0200 |
commit | a497da4c7342a6a420051c102815f5cf5a70df05 (patch) | |
tree | 8d6af20071b6167c3e8557502c6e4d50d2515fad | |
parent | baa59cde376dbd90f95d60f46299f1c4ae5674b2 (diff) | |
download | gcc-a497da4c7342a6a420051c102815f5cf5a70df05.zip gcc-a497da4c7342a6a420051c102815f5cf5a70df05.tar.gz gcc-a497da4c7342a6a420051c102815f5cf5a70df05.tar.bz2 |
* gennews (files): Add files for GCC 5.
From-SVN: r222309
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gennews | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index f539588..0e99a29 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2015-04-22 Jakub Jelinek <jakub@redhat.com> + + * gennews (files): Add files for GCC 5. + 2015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de> * dg-extract-results.sh: Check that the necessary python modules exist. diff --git a/contrib/gennews b/contrib/gennews index 7d69fd3..16fcd45 100755 --- a/contrib/gennews +++ b/contrib/gennews @@ -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-2014 Free Software Foundation, Inc. +# Copyright (C) 2000-2015 Free Software Foundation, Inc. # This file is part of GCC. # # GCC is free software; you can redistribute it and/or modify @@ -23,6 +23,7 @@ website=http://gcc.gnu.org/ files=" + gcc-5/index.html gcc-5/changes.html gcc-4.9/index.html gcc-4.9/changes.html gcc-4.8/index.html gcc-4.8/changes.html gcc-4.7/index.html gcc-4.7/changes.html |