Mon Jul 01 21:12:14 PDT 2002  Christian Hammond <chipx86@gnupdate.org>

	* configure.ac:
	* configure.in:
	  - Removed the need for acconfig.h.

Tue Jun 04 09:54:06 PDT 2002  Christian Hammond <chipx86@gnupdate.org>

	* libleakbug/leakbug.c:
	  - A newline was being outputted after the "<LB> [Type]:" string,
	    before the text. Fixed.

Tue May 21 15:06:59 PDT 2002  Christian Hammond <chipx86@gnupdate.org>

	* INSTALL:
	* README:
	  - Bumped the version up to v0.1.5.
	
	* NEWS:
	  - Added info about the logfile support.
	  - Changed the format of this file to be consistent with the other
	    libraries' NEWS files.

    * leakbug.spec.in:
      - Bumped the version up to v0.1.5.
      - Changed the Copyright field to License.
      - Fixed the source tarball location.
      - Fixed the build root.

Tue May 21 15:00:16 PDT 2002  Christian Hammond <chipx86@gnupdate.org>

	* configure.ac:
	* configure.in:
	* libleakbug/leakbug.c:
	  - Added log file support.
	  - Standardized the text output functions.

Mon Dec 31 01:15:26 PST 2001  Christian Hammond <chipx86@gnupdate.org>

	* Updated the copyrights for the new year.

Thu Dec 13 11:07:24 PST 2001  Christian Hammond <chipx86@gnupdate.org>

	* AUTHORS: Updated my e-mail address.
	* NEWS: Added release notes for v0.1.4.

Sun Nov 25 16:56:28 PST 2001  Christian Hammond <chipx86@gnupdate.org>

	* leakbug-config.in: Added -lleakbug to the leakbug-config --libs output.

Sun Nov 25 16:32:10 PST 2001  Christian Hammond <chipx86@gnupdate.org>

	* libleakbug/leakbug.c:
	  - Code cleanups.
	  - No longer allows registration of NULL pointers are data sizes of 0.
	
	* README:
	* INSTALL:
	* configure.ac:
	* configure.in
	* leakbug.spec.in: Bumped the version up to v0.1.4.
	
Tue Aug 14 00:06:00 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* debian/changelog:
	* debian/libleakbug1.files: Updated for version 0.1.3.

Mon Aug 13 10:45:25 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* Bumped the version up to v0.1.3.

Mon Aug 13 10:36:14 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libleakbug/leakbug.h: Changed the strdup() macro. There wasn't
	  technically a problem with the original, but if for some reason the
	  sizeof(char) is more than 1 byte, this new one should work better.

Tue Aug 07 21:55:02 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.ac: Added this for autoconf 2.50 support.
	* Makefile.am: Make sure configure.in and configure.ac are in the
	  distribution tarballs.

Fri Jul 13 11:40:44 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* NEWS: Updated for 0.1.2.

Thu Jul 12 18:50:34 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libgnurdf.spec.in: Updated for 0.1.2.

Thu Jul 12 18:35:00 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* docs/api/man/: Added manual pages.
	* libleakbug/leakbug.h: Updated documentation.

Thu Jul 12 13:58:05 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Bumped the version up to 0.1.2.

Thu Jul 12 13:49:10 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libleakbug/leakbug.h:
	* libleakbug/leakbug.c: Removed support for scandir(), and added
	  lbRegister() and lbRegisterArray().

Thu Jul 12 11:27:11 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Makefile.am: Added a doxygen target.

Thu Jul 12 11:23:37 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Moved the documentation from docs/html and docs/man to docs/api/html
	  and docs/api/man.

Wed Jun 20 22:41:57 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libleakbug/leakbug.c:
	* libleakbug/leakbug.h: Added a wrapper for scandir().

Fri Jun 08 13:32:53 PDT 2001  Christian Hammond <chipx86@portaldesign.net>
	
	* libleakbug/leakbug.c: Fixed some typos in lbRealloc().

Fri Jun 08 13:26:51 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libleakbug/leakbug.c: lbRealloc() now does the right thing when
	  size is 0.

Fri Jun 08 22:23:37 CEST 2001 Gerry Jo Jellestad <gerry@c64.org>

	* Fixed the realloc-wrapper to accept NULL pointers.

Sun May 20 01:03:33 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libleakbug/leakbug.c: Changed a line to be < 80 characters, and removed
	  some unnecessary frees.

Sun May 20 08:00:00 CEST 2001 Gerry Jo Jellestad <gerry@c64.org>

	* libleakbug/leakbug.h:
	* libleakbug/leakbug.c: Added lbCalloc and the calloc macro.
	                        Changed some int's to size_t.

Sat May 19 00:19:12 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* libleakbug/leakbug.h:
	* libleakbug/leakbug.c: Added lbRealloc() and the realloc() macro.
	* tests/leak1.c: Updated to test realloc(), and got rid of a C++
	  comment.

Sun May 13 20:54:28 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* configure.in:
	* config.h.in:
	* leakbug-config.h.in: Renamed leakbug-config.h.in to config.h.in.

Sun May 13 20:27:34 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* Doxyfile.in: Added this for some HTML documentation.
	* libleakbug/leakbug.h:
	* libleakbug/leakbug.c: Changed the functions to use the standard
	  GNUpdate coding style. Added documentation.
	* tests/leak1.c: Updated to use the new functions.
	* README:
	* INSTALL:
	* configure.in: Updated version number.

Sun May 13 09:00:26 PDT 2001  Christian Hammond <chipx86@portaldesign.net>

	* gnurdf.spec.in: Updated.
