releasenotes : edit

This commit is contained in:
Daniel Marjamäki 2008-12-30 18:45:06 +00:00
parent 8a0e44a41b
commit 75ec9f5c86
1 changed files with 10 additions and 9 deletions

View File

@ -1,11 +1,12 @@
Release notes for 1.27 Release notes for 1.27
Biggest news: A new C++ check was added that detects when a base class has a non-virtual destructor
* A new C++ check was added that detects non-virtual destructors of base classes.
* Command line changed.
** --recursive is no longer available.
** --errorsonly was renamed to --quiet.
** --force was added
** Short versions -a, -q, -s, -v, -f created.
* This version is more accurate than previous versions
The command line options have changed.
* --recursive was removed
* --errorsonly was renamed to --quiet
* --force was added
Improvements in the core functionality that makes the checks more accurate.
Many small updates in the memory leak checking.