Changelog for libdebug.

0.4.4		2011/07/19
		- fix a compiler warning about an unused variable in memory.c

0.4.3		2009/05/28
		- taken over by Peter Pentchev
		- rules.mk: propagate the "clean" target to
		  the subdirectories, too.
		- fix the manual pages' syntax a bit:
		  - escape the "-" character when using it as a minus sign
		  - fix the NAME section of log_open and mem_open
		  - use ".br" instead of ".nl" in log_open and mem_open
		- support building the library with the debug symbols left in
		- support building the library with no optimization at all
		- stop on build errors in subdirs
		- fix a couple of compiler warnings:
		  - change a void * to a char * before doing arithmetics
		  - prototype all functions in test_log.c and test_memory.c
		  - check the return value of write() in test_log.c
		- support DESTDIR in the canonical way
		- add the years to Abraham vd Merwe's copyright notices
		- add Abraham vd Merwe's copyright notice to tests/*.c

0.4.2-0.1	2008/01/16
		- the last release as a Debian native package

Comments: Peter Pentchev <roam@ringlet.net>
