From d0acd9773dba18e54941d8095ebe4d4948792868 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Tue, 5 Dec 2006 21:00:18 +0000 Subject: [PATCH] Update NEWS and README svn path=/trunk/heap-buddy/; revision=69070 --- NEWS | 10 ++++++++++ README | 5 ----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 5e0bfb3..9f025d5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,14 @@ +Version 0.2 +5 December 2006 + +* Relicensed from GPL to MIT X11. +* Fix deadlock problems on SMP machines. (Joe Shaw) +* Always write numerical values as little endian. (Chris Seaton) +* Write out the number of live objects in the heap resize hook. (Joe) + +------------------------------------------------------ + Version 0.1 October 10, 2005 diff --git a/README b/README index 2ab9b47..5852344 100644 --- a/README +++ b/README @@ -144,11 +144,6 @@ You can also use Elizatron 2000(tm)-style arguments with this report. KNOWN BUGS/ISSUES: -On SMP systems, heap-buddy will cause the mono runtime to lock up almost -immediately. - -Outfiles are not architecture independent. - Heap-buddy is not smart about recursive programs. If you have a recursive function that contains allocations, each level of recursion will generate a distinct backtrace. This produces extremely large outfiles and