diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-05-11 00:16:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-05-11 00:16:36 +0000 |
commit | aa891c56f25baac94db004e309d1b6e40b770a95 (patch) | |
tree | 7db32cac8be9a1ff02ee87bbae27153d7bc20acc /contrib | |
parent | 0c54d25a7686406a11f44f58261a9e63821022b7 (diff) | |
download | gcc-aa891c56f25baac94db004e309d1b6e40b770a95.zip gcc-aa891c56f25baac94db004e309d1b6e40b770a95.tar.gz gcc-aa891c56f25baac94db004e309d1b6e40b770a95.tar.bz2 |
Daily bump.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 5468f33..2d6e29f 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,40 @@ +2021-05-10 Martin Liska <mliska@suse.cz> + + * gcc-changelog/git_email.py: Remove newlines when --help + is used. + +2021-05-10 Tobias Burnus <tobias@codesourcery.com> + + * gcc-changelog/git_check_commit.py (__Main__): State in --help + the default value for 'revisions'. + * gcc-changelog/git_email.py (show_help): Add. + (__main__): Handle -h and --help. + +2021-05-10 Tobias Burnus <tobias@codesourcery.com> + + * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon. + (GitCommit.check_mentioned_files): Check whether the same file has been + specified multiple times. + * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New. + * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test. + +2021-05-10 Martin Liska <mliska@suse.cz> + + Revert: + 2021-05-10 Martin Liska <mliska@suse.cz> + + * gcc-changelog/git_commit.py: Remove components that will be + removed. + +2021-05-10 Martin Liska <mliska@suse.cz> + + * gcc_update: Start using reload.c instead of version.c. + +2021-05-10 Martin Liska <mliska@suse.cz> + + * gcc-changelog/git_commit.py: Remove components that will be + removed. + 2021-04-27 Jakub Jelinek <jakub@redhat.com> * gennews (files): Add files for GCC 10 and GCC 11. |