Memcheck NEWS - User visible changes. Copyright 2002 Hal Duston version 0.2.1 - Hal Duston 2006-Jul-08 * Fix missing backtraces. version 0.2.0 - Hal Duston 2006-Jun-09 * Fix (only works with glibc), for atexit setting up exit handers that free memory before the first memory allocation. * Replaced a brace that had been accidently dropped earlier. version 0.1.5 - Hal Duston 2005-Mar-29 * Struct meminfo may now be larger than a platform's page size. * Handle certain situations where internal functions called by memcheck recurse. version 0.1.4 - Hal Duston 2004-Jul-17 * Allow tracking of reallocations to only be limited by available memory. version 0.1.3 - Hal Duston 2003-Jul-28 * Reverted to non-cvs versions of libtool/autoconf. * New platform sparc64-unknown-linux-gnu. version 0.1.2 - Hal Duston 2003-Jul-09 * New platform sun-unknown-netbsd1.5. * New platform x86_64-linux. * Full functionality on apple-powerpc. * Full functionality on arm. * New platform s390-ibm-linux. * Consolidated environment variable usage for options. * Added large logging (For logging big allocations). * Added limit of memory to allocate (For checking OOM behaviour). * New platform i386-pc-sco3.2v5.0.4. * Added logging levels (For tuning noise in log). * Added backtrace capability (Only available with glibc). * Many readability cleanups. * Fixed a very unlikely bug when the application was setting its own signal handler. version 0.1.1 - Hal Duston 2002-Aug-27 * Removed most compilation warnings. * Verified functionality on all platforms. version 0.1.0 - Hal Duston 2002-Jul-7 * Bug fixes, added posix_memalign, test validation program. version 0.0.0 - Hal Duston 2002-Jun-18 * Seperated from gdd.