diff --git a/cppcheck-1.85.tar.bz2 b/cppcheck-1.85.tar.bz2 deleted file mode 100644 index 73148cd..0000000 --- a/cppcheck-1.85.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1ac6c9a2f1f3fc97ac3a8a9dfe82af22a65459e7f7e1fa96138c3a4ec034cf6 -size 1707302 diff --git a/cppcheck-1.86.tar.bz2 b/cppcheck-1.86.tar.bz2 new file mode 100644 index 0000000..00145a0 --- /dev/null +++ b/cppcheck-1.86.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37d1dc511c96dd886f2c07560d654bb85df247f672fbf4230a51f6a986f9f5c +size 1739522 diff --git a/cppcheck.changes b/cppcheck.changes index aa27e37..fe42a2b 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Dec 19 21:31:18 UTC 2018 - Christoph G + +- Update to 1.86 + * Many fixes in the template simplifier + * Several fixes in the abstract syntax tree. + Checking improvements: + * New check: passing address of char to function that expects a + strz + * New check: shadow variables + * Improved lifetime checking + * Improved STL iterators checking + * Improved data flow analysis + New libraries: + * zlib + * googletest + Addons: + * misra.py: Fixes for suppressions and exclusions + * namingng.py: New addon to check naming conventions. Rules are + specified in json file. + ------------------------------------------------------------------- Thu Oct 18 08:43:15 UTC 2018 - mvetter@suse.com diff --git a/cppcheck.spec b/cppcheck.spec index f734362..7761a2c 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 1.85 +Version: 1.86 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later