[Lunar-commits] r20963 - moonbase/trunk/devel/valgrind3

Dennis Veatch stumbles at lunar-linux.org
Wed Aug 9 14:44:22 UTC 2006


Author: stumbles
Date: 2006-08-09 14:44:22 +0000 (Wed, 09 Aug 2006)
New Revision: 20963

Modified:
   moonbase/trunk/devel/valgrind3/DETAILS
Log:

Some notables on this version bump;

Memcheck has improved speed and reduced memory use. 
Addrcheck has been removed.
Valgrind now works on PPC64/Linux.
Now has the ability to intercept and wrap arbitrary functions.

among others.


Modified: moonbase/trunk/devel/valgrind3/DETAILS
===================================================================
--- moonbase/trunk/devel/valgrind3/DETAILS	2006-08-09 14:15:05 UTC (rev 20962)
+++ moonbase/trunk/devel/valgrind3/DETAILS	2006-08-09 14:44:22 UTC (rev 20963)
@@ -1,12 +1,12 @@
           MODULE=valgrind3
-         VERSION=3.1.1
+         VERSION=3.2.0
           SOURCE=valgrind-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/valgrind-$VERSION
       SOURCE_URL=http://valgrind.org/downloads/
-      SOURCE_VFY=sha1:2a54baf4ae2feb0498df88faf0a6976384b439ff
+      SOURCE_VFY=sha1:086d138368d2d4361ef1bcfe624ff879d71e6447
         WEB_SITE=http://valgrind.org/
          ENTERED=20050821
-         UPDATED=20060404
+         UPDATED=20060809
            SHORT="An open-source memory debugger for x86-GNU/Linux"
 
 cat <<EOF
@@ -15,3 +15,4 @@
 reads and writes of memory are checked, and calls to malloc/new/free/delete
 are intercepted.
 EOF
+



More information about the Lunar-commits mailing list