]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - contrib/ChangeLog
Update ChangeLog and version files for release
[thirdparty/gcc.git] / contrib / ChangeLog
index a027d4be080ce8b39b2e11a11bb9fd74a7487d75..76e3cb0ce82591ed15ebce855d30f206ab4e166c 100644 (file)
@@ -1,3 +1,145 @@
+2022-05-06  Release Manager
+
+       * GCC 12.1.0 released.
+
+2022-04-25  Martin Liska  <mliska@suse.cz>
+
+       * filter-clang-warnings.py: Filter out
+       -Wc++20-attribute-extensions in lex.cc.
+
+2022-04-25  Martin Liska  <mliska@suse.cz>
+
+       * filter-clang-warnings.py: Filter out
+       -Wbitwise-instead-of-logical.
+
+2022-04-04  Martin Liska  <mliska@suse.cz>
+
+       * gcc-changelog/git_update_version.py: Ignore the revision.
+
+2022-03-31  Jakub Jelinek  <jakub@redhat.com>
+           Joseph Myers  <joseph@codesourcery.com>
+
+       PR other/105114
+       * gcc_update: Fix up spelling of
+       gcc/config/loongarch/genopts/loongarch-strings dependency.
+
+2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
+           Lulu Cheng  <chenglulu@loongson.cn>
+
+       * config-list.mk: Add LoongArch triplet.
+
+2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
+           Lulu Cheng  <chenglulu@loongson.cn>
+
+       * gcc_update (files_and_dependencies): Add
+         config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
+
+2022-03-28  Martin Liska  <mliska@suse.cz>
+
+       * gcc-changelog/git_commit.py: Match trailing dot literally.
+
+2022-03-28  Martin Liska  <mliska@suse.cz>
+
+       * gcc-changelog/git_commit.py: Make the parsing stricter.
+
+2022-03-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc-changelog/git_update_version.py: Add
+       3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
+
+2022-03-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR other/102664
+       * gcc-git-customization.sh: Fix non-portable commands.
+
+2022-03-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/102664
+       * git-descr.sh: Replace all [1-9] occurrences with [0-9].
+       * git-undescr.sh: Likewise.
+
+2022-03-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR other/102664
+       * git-descr.sh: Use portable sed commands.
+       * git-undescr.sh: Likewise.
+
+2022-03-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR other/102664
+       * git-descr.sh: Use portable form of expr match.
+
+2022-01-31  Martin Liska  <mliska@suse.cz>
+
+       * analyze_brprob.py: Support more formatted predict.def file.
+       * analyze_brprob_spec.py: Improve output and documentation.
+
+2022-01-27  Martin Liska  <mliska@suse.cz>
+
+       * git-undescr.sh: Support full output of git-descr.sh.
+
+2022-01-27  Martin Liska  <mliska@suse.cz>
+           Martin Jambor  <mjambor@suse.cz>
+
+       * git-descr.sh: New file.
+       * git-undescr.sh: New file.
+       Support optional arguments --long, --short and default
+       to 14 characters of git hash.
+       * gcc-git-customization.sh: Use the created files.
+
+2022-01-24  Martin Liska  <mliska@suse.cz>
+
+       * gcc-changelog/git_commit.py: New files in toplev must
+       be explicitly marked as "New file".
+       * gcc-changelog/test_email.py: Test.
+       * gcc-changelog/test_patches.txt: Add test.
+
+2022-01-23  Martin Liska  <mliska@suse.cz>
+
+       * filter-clang-warnings.py: Filter out one another warning
+       for sse.md.
+
+2022-01-19  Martin Liska  <mliska@suse.cz>
+
+       * check_GNU_style_lib.py: Skip Python files.
+
+2022-01-19  Martin Liska  <mliska@suse.cz>
+
+       * git-backport.py: Use it.
+       * git-fix-changelog.py: New file.
+       * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
+
+2022-01-17  Martin Liska  <mliska@suse.cz>
+
+       * git-backport.py: Support renaming of .cc files.
+
+2022-01-17  Martin Liska  <mliska@suse.cz>
+
+       * filter-clang-warnings.py: Rename .c names to .cc.
+       * gcc_update: Likewise.
+       * paranoia.cc: Likewise.
+
+2022-01-17  Martin Liska  <mliska@suse.cz>
+
+       * maintainers-verify.sh: Removed.
+
+2022-01-13  Martin Liska  <mliska@suse.cz>
+
+       * git-backport.py: Simplify the script as pre-auto-ChangeLog era
+       is 14 months old.
+
+2022-01-11  Martin Liska  <mliska@suse.cz>
+
+       * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
+
+2022-01-11  Martin Liska  <mliska@suse.cz>
+
+       * check-MAINTAINERS.py: New file.
+
+2022-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * update-copyright.py: Add University of Illinois as external author.
+
 2021-12-16  Xionghu Luo  <luoxhu@linux.ibm.com>
 
        * analyze_brprob_spec.py: Add verbose argument.