]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Hopefully final changes for 2.2.0.
authorJulian Seward <jseward@acm.org>
Tue, 31 Aug 2004 00:14:02 +0000 (00:14 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 31 Aug 2004 00:14:02 +0000 (00:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2633

NEWS

diff --git a/NEWS b/NEWS
index 925dd521426cb0a62b909057c1889442e8c23107..1ae1b64e10bb54edca1090f52f508108deda95a1 100644 (file)
--- 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)