[Lunar-commits] r23178 - moonbase/trunk/devel/heap-buddy
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Feb 8 06:21:24 CET 2007
Author: v3rt1g0
Date: 2007-02-08 06:21:24 +0100 (Thu, 08 Feb 2007)
New Revision: 23178
Modified:
moonbase/trunk/devel/heap-buddy/DETAILS
Log:
Module Version Bump: heap-buddy (0.1 -> 0.2)
* compiletime updates and liscense adjustment to MIT X11
* fixing some typos in the descriptions
compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/devel/heap-buddy/DETAILS
===================================================================
--- moonbase/trunk/devel/heap-buddy/DETAILS 2007-02-08 05:21:06 UTC (rev 23177)
+++ moonbase/trunk/devel/heap-buddy/DETAILS 2007-02-08 05:21:24 UTC (rev 23178)
@@ -1,15 +1,15 @@
MODULE=heap-buddy
- VERSION=0.1
+ VERSION=0.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://go-mono.com/sources/$MODULE/
- SOURCE_VFY=sha1:5e4e04d8ca847c1e8c11926742c0276d9c4ff156
+ SOURCE_VFY=sha1:ea6d8b461ff4bc296b08fd71384eef02a949042f
WEB_SITE=http://www.mono-project.com/
ENTERED=20070125
- UPDATED=20070125
- SHORT="a memory profileing tool for the Mono .NET runtime"
+ UPDATED=20070207
+ SHORT="a memory profiling tool for the Mono .NET runtime"
cat << EOF
heap-buddy is a memory profiling tool for Mono. It attaches to special
hooks in the mono runtime and tracks all of the managed memory allocations,
-every garbage collection and ever heap resize.
+every garbage collection and every heap resize.
EOF
More information about the Lunar-commits
mailing list