
latrace release notes (olsajiri@gmail.com)
-------------------------------------------------------------------------------

[x] latrace 0.5.4 (3/2/2008)
	x ARM support (EABI)
	x added config file support for 'float', 'double', 
	  'long long' and 'unsigned long long'
	x licensed under GPLv3
	x initial Debian packaging
	x ignore 'const' and 'extern' in config files
	  Make it easier to reuse ordinary .h files (though 
	  it's still far away).
	x configuration files are installed into $(sysconfdir);
	x x86_64 - disabled argument display (options 'AaD'),
	  because of the glibc bug 9893
	x x86 - structure display fix

[x] latrace 0.5.3 (12/12/2008)
	x x86_64 full support
	x autoreconf compliant
	x new '-b' option to display flow only below requested symbols
	x new '-L' option to support objsearch LD_AUDIT interface
	x bug fixes

[x] latrace 0.5.2 (11/12/2008)
	x bug fixes

[x] latrace 0.5.1 (10/26/2008)
	x C like syntax for the config file - typedef/struct/functions (bison/flex)
	x optional detailed output for structures (by ptr and value)
	x documentation - doc/expl in the man page

[x] latrace 0.5 (7/7/2008)
	x display arguments values
	x compile on x86_64

[x] latrace 0.4 (6/13/2008)
	x multithread counts support
	x separate verbose and debug ouput
	x runtime for each thread
	x stats - reallocation for symbol hashtable
	x documentation - initial latrace man page

[x] latrace 0.3 (6/7/2008)
	x separate verbose logging
	x indent size configurable
	x sort counts by user parameter (calls, %, library)
	x output to file
	x more statistics counts, time spent in call

[x] latrace 0.2 (5/26/2008)
	x statistics (like strace -c)
	x looking for programs in PATH, not just absolute path
	x symbols deep indentation

[x] latrace 0.1 (5/18/2008)
	x config symbols to audit
	x config libraries to audit
