Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Probst <mark.probst@gmail.com>2009-11-12 02:42:49 +0300
committerMark Probst <mark.probst@gmail.com>2009-11-12 02:42:49 +0300
commit0b797fa874b1b58434a6a6963857aa130bcf35ac (patch)
treecdc3281aa5f33e5b901a024eaa54d461d9b96835 /ChangeLog
parent6e7a101d5cabeaaa4aa1f8c2800fe6d79dfafc4e (diff)
2009-11-12 Mark Probst <mark.probst@gmail.com>
* scripts/mono-heapviz: New script for generating SGen heap visualizations. * scripts/Makefile.am: mono-heapviz added. svn path=/trunk/mono/; revision=146003
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d6e52c5202..10ca6b74fce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-12 Mark Probst <mark.probst@gmail.com>
+
+ * scripts/mono-heapviz: New script for generating SGen heap
+ visualizations.
+
+ * scripts/Makefile.am: mono-heapviz added.
+
2009-11-11 Zoltan Varga <vargaz@gmail.com>
* configure.in: Add checks for link.h and dl_iterate_phdr.