From d2ef2327bb357da9d4cff8111e15547441b74c99 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Tue, 20 Dec 2022 00:17:00 +0000 Subject: Daily bump. --- contrib/ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'contrib') diff --git a/contrib/ChangeLog b/contrib/ChangeLog index a307c94..f70333f 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,34 @@ +2022-12-19 Martin Liska + + * gcc-changelog/git_commit.py: Support digits in PR's + component in subject. + +2022-12-19 Martin Liska + + * gcc-changelog/test_email.py: Add new test. + * gcc-changelog/test_patches.txt: Add new patch. + +2022-12-19 Martin Liska + + * gcc-changelog/git_commit.py: Allow digit in component name. + +2022-12-19 Tobias Burnus + + * gcc-changelog/git_check_commit.py (__main__): With -v print a + warning for the auto-added files. + * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings. + (GitCommit.check_mentioned_files): Add warning for auto-added files. + (GitCommit.print_warnings): New function. + * gcc-changelog/git_email.py (__main__): Remove bogus argument to + GitEmail constructor; print auto-added-files warning. + * gcc-changelog/test_email.py (test_auto_add_file_1, + test_auto_add_file_2): New tests. + * gcc-changelog/test_patches.txt: Add two test cases. + +2022-12-19 Martin Liska + + * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in. + 2022-12-16 Martin Liska * filter-clang-warnings.py: Print each warning only one time. -- cgit v1.1