-------------------------------------------------------------------------------
latrace 0.5.4

2009-02-28  Jiri Olsa <olsajiri@gmail.com>
	* release notes for 0.5.4
	* man page update

2009-02-28  Jiri Olsa <olsajiri@gmail.com>
	* x86_64 code refactoring
	* introduced glibc bug 9893, and disabled 'AaD' options because of that
	  updated man page with this info
	* added more functions to the test1.c
	* removed i386 link as it was useless

2009-02-16  Jiri Olsa <olsajiri@gmail.com>
	* Akos Pasztory <akos.pasztory@gmail.com>
	* License changes applied and better description in debian/control.
	  Made debian/rules executable.

2009-02-16  Jiri Olsa <olsajiri@gmail.com>
	* licensed under GPLv3 - more changes

2009-02-14  Jiri Olsa <olsajiri@gmail.com>
	* licensed under GPLv3

2009-02-05  Jiri Olsa <olsajiri@gmail.com>
	* Akos Pasztory <akos.pasztory@gmail.com>
	* initial Debian packaging

2009-02-05  Jiri Olsa <olsajiri@gmail.com>
	* Akos Pasztory <akos.pasztory@gmail.com>
	* ARM EABI argument extraction support

2009-02-05  Jiri Olsa <olsajiri@gmail.com>
	* Akos Pasztory <akos.pasztory@gmail.com>
	* added a test program
	* Jiri Olsa - fixed x86 structure walkthrough

2009-02-05  Jiri Olsa <olsajiri@gmail.com>
	* Akos Pasztory <akos.pasztory@gmail.com>
	* support for additional POD types

	* Added support for `short', `float', `double', `llong' and `u_llong'
	  (the last two are `long long's).
	* Jiri Olsa - added ARGS_SPRINTF macro, to have code only on one place
	  and small Makefile bugfix

2009-02-02  Jiri Olsa <olsajiri@gmail.com>
	* Akos Pasztory <akos.pasztory@gmail.com>
	* Ignore `const' and `extern' in config files
	  Make it easier to reuse ordinary .h files (though 
	  it's still far away).

2009-02-02  Jiri Olsa <olsajiri@gmail.com>
	* Akos Pasztory <akos.pasztory@gmail.com>
	* Made it compile in Scratchbox
	  - works with an older `install' program that doesn't recognize `-t'
	  - treat i.86 as i686
	* configuration files are installed into $(sysconfdir); the program 
	  now honors this setting at runtime

2008-12-28  Jiri Olsa <olsajiri@gmail.com>
	* code style changes

-------------------------------------------------------------------------------
latrace 0.5.3

2008-12-12  Jiri Olsa <olsajiri@gmail.com>
	* minor code style changes

2008-12-10  Jiri Olsa <olsajiri@gmail.com>
	* minor code style changes
	* adding release notes for 0.5.3

2008-12-10  Jiri Olsa <olsajiri@gmail.com>
	* x86_64 - finished the case of returning structure by value,
	  x86_64 argument display support is now complete.. bugs expected :)

2008-12-10  Jiri Olsa <olsajiri@gmail.com>
	* x86_64 - support for structure passed by value in function arguments
	  still missing support for the same in the function return value

2008-12-10  Jiri Olsa <olsajiri@gmail.com>
	* x86_64 now working except for the structure detailed output

2008-12-07  Jiri Olsa <olsajiri@gmail.com>
	* complete redesign of the args <-> stack modules communication
	  to be able to manage other ABI platforms properly

2008-12-03  Jiri Olsa <olsajiri@gmail.com>
	* added support for objsearch LD_AUDIT interface (-L option)

2008-12-01  Jiri Olsa <olsajiri@gmail.com>
	* added -b option to display flow only below requested symbols
	* man page updated

2008-11-28  Jiri Olsa <olsajiri@gmail.com>
	* minors to make autoreconf work, suggested by Nix

2008-11-26  Jiri Olsa <olsajiri@gmail.com>
	* x86_64 - removed 'cCp' options support because of the glibc bug #7055

2008-11-25  Jiri Olsa <olsajiri@gmail.com>
	* x86_64, args, output - minor fixes

2008-11-24  Jiri Olsa <olsajiri@gmail.com>
	* x86_64 - initial changes for argument values display (works 
	  for integer and pointers) need updates for arguments 
	  passed/returned by value

2008-11-22  Jiri Olsa <olsajiri@gmail.com>
	* arch specific code redesign (x84, x86_64)
	  x86 working, x86_64 compiles
	* doc/latrace.1.in - minor change

2008-11-16  Jiri Olsa <olsajiri@gmail.com>
	* added generated date to the man page
	* minor code style changes

2008-11-14  Jiri Olsa <olsajiri@gmail.com>
	* ./ChangeLog - added change log

-------------------------------------------------------------------------------
latrace 0.5.2
