From: Julian Seward Date: Tue, 31 Aug 2004 00:14:02 +0000 (+0000) Subject: Hopefully final changes for 2.2.0. X-Git-Tag: svn/VALGRIND_2_2_0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e72b8799979db5048ed7e4fb08a2a9fa75b2591;p=thirdparty%2Fvalgrind.git Hopefully final changes for 2.2.0. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2633 --- diff --git a/NEWS b/NEWS index 925dd52142..1ae1b64e10 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,8 @@ fairly major user-visible changes: * Improved SSE2/SSE3 support. +* Time-stamped output; use --time-stamp=yes + Stable release 2.2.0 (31 August 2004) -- CHANGES RELATIVE TO 2.1.2 @@ -77,7 +79,7 @@ The following bugs have been fixed since 2.1.2: 87089 memalign( 4, xxx) makes valgrind assert -86407 Add partial support for the low-level parallel port driver ioctls. +86407 Add support for low-level parallel port driver ioctls. 70587 Add timestamps to Valgrind output? (wishlist) @@ -117,6 +119,8 @@ connected to any bug report numbers, AFAICS: * At configure time, only check whether linux/mii.h can be processed so that we don't generate ugly warnings by trying to compile it. +* Add support for POSIX clocks and timers. + Developer (cvs head) release 2.1.2 (18 July 2004)