]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
NEWS, drd: List new features first
authorBart Van Assche <bvanassche@acm.org>
Sat, 4 Aug 2012 09:19:11 +0000 (09:19 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 4 Aug 2012 09:19:11 +0000 (09:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12830

NEWS

diff --git a/NEWS b/NEWS
index 02a11a8582ab9b68deb412106f3c08bc978dd254..136afc93ff76fed9ea50d1afafb9ab3cfd5b8959 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,12 +53,12 @@ xxx Don't forget to update VALGRIND_MAJOR/MINOR before release
 
 * DRD:
 
-  - Fixed a subtle bug that could cause false positive data race reports.
-
   - Added even more facilities that can help finding the cause of a data
     race, namely the command-line option --ptrace-addr and the macro
     DRD_STOP_TRACING_VAR(x). More information can be found in the manual.
 
+  - Fixed a subtle bug that could cause false positive data race reports.
+
 * ==================== OTHER CHANGES ====================
 
 * For tools replacing the malloc library (e.g. Memcheck, Helgrind, ...),