|
From: <sv...@va...> - 2012-08-04 09:19:18
|
bart 2012-08-04 10:19:11 +0100 (Sat, 04 Aug 2012)
New Revision: 12830
Log:
NEWS, drd: List new features first
Modified files:
trunk/NEWS
Modified: trunk/NEWS (+2 -2)
===================================================================
--- trunk/NEWS 2012-08-04 10:08:50 +01:00 (rev 12829)
+++ trunk/NEWS 2012-08-04 10:19:11 +01:00 (rev 12830)
@@ -53,12 +53,12 @@
* 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, ...),
|