diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-03 00:16:34 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-06-03 00:16:34 +0000 |
commit | a9312a7926079ddb78b5f93681a9f6823422f5e1 (patch) | |
tree | ce23afb409662bd91088eead75569c9a2b62247f /contrib | |
parent | 44564c4c811f4751daf363ca019a9f9bed702f4f (diff) | |
download | gcc-a9312a7926079ddb78b5f93681a9f6823422f5e1.zip gcc-a9312a7926079ddb78b5f93681a9f6823422f5e1.tar.gz gcc-a9312a7926079ddb78b5f93681a9f6823422f5e1.tar.bz2 |
Daily bump.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 02f49b8..48f07e5 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,35 @@ +2020-06-02 Martin Liska <mliska@suse.cz> + + * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in + wildcard_prefixes locations. + * gcc-changelog/test_email.py: Test it. + * gcc-changelog/test_patches.txt: Add 3 new patches. + +2020-06-02 Iain Buclaw <ibuclaw@gdcproject.org> + + * gcc-changelog/git_commit.py (ignored_prefixes): Add + gcc/testsuite/gdc.test/. + +2020-06-02 Jonathan Wakely <jwakely@redhat.com> + + * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines): + Update expected error message. + +2020-06-02 Jonathan Wakely <jwakely@redhat.com> + + * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix + grammar. + +2020-06-02 Jonathan Wakely <jwakely@redhat.com> + + * prepare-commit-msg: Do nothing if the mklog.py script isn't + present. + +2020-06-02 Jonathan Wakely <jwakely@redhat.com> + + * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files): + Improve error text. + 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org> * config-list.mk (LIST): Add v850e1-elf. |