diff --git a/cppcheck-2.15.0.tar.gz b/cppcheck-2.15.0.tar.gz deleted file mode 100644 index b9370d0..0000000 --- a/cppcheck-2.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb -size 3820560 diff --git a/cppcheck-2.16.0.tar.gz b/cppcheck-2.16.0.tar.gz new file mode 100644 index 0000000..887ccb1 --- /dev/null +++ b/cppcheck-2.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a97c8cef5ee9d0abb57e9244549d4fe18d4ecac80cf82e250d1fc5f38b1501 +size 3845764 diff --git a/cppcheck.changes b/cppcheck.changes index 660ed40..847e87d 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Oct 29 21:32:46 UTC 2024 - Christoph G + +- update to 2.16.0 + Improved checking: + * constVariable; checking multidimensional arrays + * constVariablePointer; nested array access + * deallocuse + Changed interface: + * SARIF output. Use --output-format=sarif to activate this. + * Add option --output-format=. Allowed formats are sarif and + xml. + Deprecations: + * The previously deprecated support for Python 2.7 has been + removed. Please use Python 3 instead. + * The maximum value for --max-ctu-depth is currently capped + at 10. This limitation will be removed in a future release. + Other: + * "missingInclude" is no longer implicitly enabled with + "information" - you need to enable it explicitly now. + * Fixed checkers report when --addon=misra.py or + --addon=misra.json is used. + ------------------------------------------------------------------- Sun Sep 1 06:13:20 UTC 2024 - Christoph G diff --git a/cppcheck.spec b/cppcheck.spec index 0e4a685..dbc6b9f 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.15.0 +Version: 2.16.0 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later