aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-11-05 00:16:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-11-05 00:16:36 +0000
commit35c125cb6ac47fa97aa5ee22f987a38e63adad08 (patch)
treefff11f1136a0cbed5109491457fa6c98fb96cdaf /contrib
parent8f565d255a3157828e45f8b9844b3d156193c182 (diff)
downloadgcc-35c125cb6ac47fa97aa5ee22f987a38e63adad08.zip
gcc-35c125cb6ac47fa97aa5ee22f987a38e63adad08.tar.gz
gcc-35c125cb6ac47fa97aa5ee22f987a38e63adad08.tar.bz2
Daily bump.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index d83079b..f577766 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,17 @@
+2020-11-04 Martin Liska <mliska@suse.cz>
+
+ * gcc-changelog/git_repository.py: Set strict=True
+ for parse_git_revisions as a default.
+
+2020-11-04 Tobias Burnus <tobias@codesourcery.com>
+
+ * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
+ item_parenthesis_regex): Add.
+ (check_for_empty_description): Use them.
+ * gcc-changelog/test_email.py (test_emptry_entry_desc,
+ test_emptry_entry_desc_2): Add.
+ * gcc-changelog/test_patches.txt: Add two testcases for it.
+
2020-11-03 Tobias Burnus <tobias@codesourcery.com>
* gcc-changelog/git_email.py: Add unidiff_supports_renaming check.