summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-12-04 21:18:06 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-12-04 21:18:06 +0000
commit92676d73dac76085222e6e95fc8d18a039c054ff (patch)
treefb0fb1cf5bac0b7ea69171f13cde093a932e3b9a /NEWS
parent97666498bbfc0ffe115dfa50301f0b839bb2109c (diff)
Remove client requests that were deprecated in 3.2.0.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7274 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2ec57fc..aeffdde2 100644
--- a/NEWS
+++ b/NEWS
@@ -128,6 +128,16 @@ Omega and DRD. There are many other smaller improvements. In detail:
they just return 3 (as before). Also, SET_VBITS doesn't report
definedness errors if any of the V bits are undefined.
+- The following Memcheck client requests have been removed:
+ VALGRIND_MAKE_NOACCESS
+ VALGRIND_MAKE_WRITABLE
+ VALGRIND_MAKE_READABLE
+ VALGRIND_CHECK_WRITABLE
+ VALGRIND_CHECK_READABLE
+ VALGRIND_CHECK_DEFINED
+ They were deprecated in 3.2.0, when equivalent but better-named client
+ requests were added. See the 3.2.0 release notes for more details.
+
- The behaviour of the tool Lackey has changed slightly. First, the output
from --trace-mem has been made more compact, to reduce the size of the
traces. Second, a new option --trace-superblocks has been added, which