From: <sv...@va...> - 2010-09-05 17:19:04
|
Author: cerion Date: 2010-09-05 18:18:56 +0100 (Sun, 05 Sep 2010) New Revision: 509 Log: Updated NEWS for branch 1.4: was missed back then. Release 1.4.0 was tagged & branched @ svn r455 Modified: branches/VALKYRIE_1_4_BRANCH/NEWS Modified: branches/VALKYRIE_1_4_BRANCH/NEWS =================================================================== --- branches/VALKYRIE_1_4_BRANCH/NEWS 2010-09-05 17:18:19 UTC (rev 508) +++ branches/VALKYRIE_1_4_BRANCH/NEWS 2010-09-05 17:18:56 UTC (rev 509) @@ -1,4 +1,28 @@ +Release 1.4.0 (21 Feb 2009, svn r455) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +1.4.0 adds support for Valgrind versions 3.4.x, and fixes a +number of bugs reported in 1.3.0. + +NEW FUNCTIONALITY: + +- Support for Valgrind 3.4.x XML format + +BUGS and PROBLEMS FIXED: + +- Require Valgrind version 3.4.x, and fix a couple of quoting problems. + +- Per-user temp directory, rather than one for all users. + +- Make the detection of Valgrind more strict. If no Valgrind is + detected, or the version number is wrong, just stop. + +- Save log: Don't use QDir::rename, since that fails when src and dst + are not in the same partition. Copy and delete the original instead. + +- Other small bug fixes. + + Release 1.3.0 (30 June 2008) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1.3.0 adds support for Valgrind versions 3.3.0 and 3.3.1, and fixes a |