|
From: <sv...@va...> - 2012-07-28 12:23:56
|
philippe 2012-07-28 13:23:48 +0100 (Sat, 28 Jul 2012)
New Revision: 12796
Log:
clarify 2 NEWS entries to indicate that these are for tool developpers.
(NB: I am wondering if these entries should be put in NEWS at all.
Is NEWS targetted at end users only ?
Or at "tool developper users also' ?)
Modified files:
trunk/NEWS
Modified: trunk/NEWS (+3 -3)
===================================================================
--- trunk/NEWS 2012-07-28 12:13:47 +01:00 (rev 12795)
+++ trunk/NEWS 2012-07-28 13:23:48 +01:00 (rev 12796)
@@ -64,15 +64,15 @@
* The C++ demangler has been updated so as to work well with C++
compiled by up to at least g++ 4.6.
-* Replacement/wrapping can be made more flexible thanks to the new option
- --soname-synonyms.
+* Tool developpers can make replacement/wrapping more flexible thanks
+ to the new option --soname-synonyms.
* The new option --fair-sched allows to control the locking mechanism
used by Valgrind. The locking mechanism influences the performance
and scheduling of multithreaded applications (in particular
on multiprocessor/multicore systems).
-* Support to run Valgrind on Valgrind has been improved.
+* For tool developpers: support to run Valgrind on Valgrind has been improved.
* gdbserver now shows the float shadow registers as integer
rather than float values, as the shadow values are mostly
|