From: Bart Van Assche Date: Sun, 22 Mar 2009 10:14:39 +0000 (+0000) Subject: Updated 3.5.0 bug list. X-Git-Tag: svn/VALGRIND_3_5_0~838 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac6ba5f506d5bd2d563bf02b39df5f9079ab87fd;p=thirdparty%2Fvalgrind.git Updated 3.5.0 bug list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9484 --- diff --git a/NEWS b/NEWS index d0d1349ddf..e2076f2e16 100644 --- a/NEWS +++ b/NEWS @@ -55,6 +55,14 @@ Release 3.5.0 (???) Now, only default.supp is installed. This should not affect users as the other installed suppression files were not read. +n-i-bz DRD - race conditions between pthread_barrier_wait() and + pthread_barrier_destroy() calls are now reported. +n-i-bz DRD - added "first observed at" information in error + messages related to synchronization objects. +n-i-bz DRD - added new client request, VG_USERREQ__DRD_CLEAN_MEMORY. +187048 DRD - the mutex attribute PTHREAD_PROCESS_SHARED is now + interpreted correctly. + Release 3.4.1 (28 February 2009)