diff --git a/cppcheck-1.49.tar.bz2 b/cppcheck-1.49.tar.bz2 deleted file mode 100644 index 7e55823..0000000 --- a/cppcheck-1.49.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bcf88b3394821cd02caa7fe44ad6c291dce0583a4d2ce596fa6ff09279ef6fb -size 1098296 diff --git a/cppcheck-1.50.tar.bz2 b/cppcheck-1.50.tar.bz2 new file mode 100644 index 0000000..a6049ff --- /dev/null +++ b/cppcheck-1.50.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce364bcc05186939a1711da776231caa15ce3a1d3e7e401274b9a96cd5d99184 +size 897184 diff --git a/cppcheck.changes b/cppcheck.changes index 1903c09..b9858d0 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Aug 28 11:45:37 UTC 2011 - asn@cryptomilk.org + +- update to 1.50 + * Check for std::auto_ptr misuse (related to strict ownership). + * Read array and then immediately check if the array index is + within limits. + * Assign pointer to int/long. + * Assign bool to pointer. + * Duplicate "break" statements in switch. + * Matching "if" and "else if" conditions when using bitwise and. + * Matching assigment and condition when using bitwise and test if + unsigned value is less than zero + ------------------------------------------------------------------- Mon Aug 8 03:54:42 UTC 2011 - mrdocs@opensuse.org - version bump to 1.49 diff --git a/cppcheck.spec b/cppcheck.spec index db20d44..dea0862 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -3,7 +3,7 @@ BuildRequires: gcc-c++ libqt4-devel pcre-devel python Name: cppcheck -Version: 1.49 +Version: 1.50 Release: 0 License: GNU GPL v3 or later Group: Development/Languages/C and C++