aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-12-01 00:16:38 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-12-01 00:16:38 +0000
commit94358e4770e6e4c52f101f8f74fdc27187fd0050 (patch)
tree59e19112d4962687ef25c9cee8492e055113bc69 /contrib
parentc1c6750f8d3d88708e4fe9994124e7afa089d939 (diff)
downloadgcc-94358e4770e6e4c52f101f8f74fdc27187fd0050.zip
gcc-94358e4770e6e4c52f101f8f74fdc27187fd0050.tar.gz
gcc-94358e4770e6e4c52f101f8f74fdc27187fd0050.tar.bz2
Daily bump.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 8031401..431753d 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,25 @@
+2020-11-30 Martin Liska <mliska@suse.cz>
+
+ * gcc-changelog/git_commit.py: Suggest close file for
+ 'unchanged file mentioned in a ChangeLog' error.
+ * gcc-changelog/test_email.py: Test it.
+
+2020-11-30 Martin Liska <mliska@suse.cz>
+
+ * gcc-changelog/git_commit.py: Allow sub-directory wildcard
+ changelog entry. Fix a typo caused by apostrophe escaping.
+ * gcc-changelog/test_email.py: Test it.
+ * gcc-changelog/test_patches.txt: Likewise.
+
+2020-11-30 Jonathan Wakely <jwakely@redhat.com>
+
+ * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
+ testsuite directory.
+
+2020-11-30 Martin Liska <mliska@suse.cz>
+
+ * gcc-changelog/git_commit.py: Allow wildcard pattern only.
+
2020-11-27 Martin Liska <mliska@suse.cz>
* gcc-changelog/git_commit.py: Use regex for cherry pick prefix.