diff --git a/cppcheck-1.67.tar.bz2 b/cppcheck-1.67.tar.bz2 deleted file mode 100644 index 19c867f..0000000 --- a/cppcheck-1.67.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6214c0cf0c11c83ecfae35f8cc8db4fa47389a77360919653d635612cefe2ab9 -size 1084926 diff --git a/cppcheck-1.68.tar.bz2 b/cppcheck-1.68.tar.bz2 new file mode 100644 index 0000000..ce2d994 --- /dev/null +++ b/cppcheck-1.68.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add6e5e12b05ca02b356cd0ec7420ae0dcafddeaef183b4dfbdef59c617349b1 +size 1008321 diff --git a/cppcheck.changes b/cppcheck.changes index c5809cb..ab62ee8 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Jan 8 11:04:07 UTC 2015 - danny.al-gaaf@bisect.de + +- update to 1.68: + * New checks: + - Multifile checking for buffer overruns and uninitialized + variables + * Improvements: + - Libraries are now able to contain platform specific types + - Improved handling of function overloads + - Improved handling of integer literal suffixes + - Improved stability of template parsing + - Improved accuracy of ValueFlow analysis + - Improved checking of pointer overflow + - Support noexcept(false) + - Support __attribute__((noreturn)) + - A bunch of additions to several Libraries, especially + posix.cfg and qt.cfg + * Additionally, lots of false positives and bugs have been fixed + and several existing checks have been improved. + ------------------------------------------------------------------- Wed Oct 22 05:00:02 UTC 2014 - danny.al-gaaf@bisect.de diff --git a/cppcheck.spec b/cppcheck.spec index f80f767..ba14b76 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -16,7 +16,7 @@ # Name: cppcheck -Version: 1.67 +Version: 1.68 Release: 0 License: GPL-3.0+ Summary: A tool for static C/C++ code analysis