2003-07-05  Hongli Lai (h.lai@chello.nl)

	* Added autopackage to Makefile.am

2003-07-05  Mike Hearn  <mike@theoretic.com>

	* autopackage/default.spec.in: new specfile
	* configure.in: added specfile template

2003-07-04  Hongli Lai (h.lai@chello.nl)

	* src/pdbrun.c: ':' is now part of the rootname. Changed the
	  rootname separator to '::'.

2003-01-28  Hongli Lai (h.lai@chello.nl)

	* New tool: pdbrun (tools/pdbrun.c)
	* src/struct.c: removed the ':1'-thingy from the structure.

2003-01-10  Hongli Lai (h.lai@chello.nl)

	* NEWS: updated about ~/.packages:
	* Change copyright year to "2002-2003".
	* src/prefixdb.[ch]: new function pdbInitFromFile.
	  Modified pdbInit to use pdbInitFromFile.
	  Fixed a possible memory leak (forgot to free() db on failure).
	* doc/libprefixdb.3: documents pdbInitFromFile().
	* tools/main.c: renamed to pdbget.c
	  usage(): changed "NAME" to "ROOTNAME".


2002-12-12  Hongli Lai (h.lai@chello.nl):

	* autogen.h: call automake with '-a -c'

2002-11-25  Hongli Lai (h.lai@chello.nl):

	* doc/Makefile.in, src/Makefile.in, tools/Makefile.in:
	  Removed, they don't belong in CVS.
	* COPYING: reverted back to LGPL.
	* autogen.sh: don't invoke automake with '-a -c -f'.

2002-11-02  Hongli Lai (h.lai@chello.nl):

	* libprefixdb.m4: set $enable_libprefixdb if --with-prefixdb is
	  passed.
	* TODO: new TODO item (variable support).
	* configure.in: bump to version 0.2.1.


2002-10-21  Hongli Lai (h.lai@chello.nl):

	* src/utils.c (pdbRead): ignore empty lines.
	* doc/libprefixdb.3: mention the other functions.


2002-10-19  Hongli Lai (h.lai@chello.nl):

	* Initial import to CVS.
	* src/utils.c (check_and_free): Remove fallback warning message.
	* libprefixdb.m4: PDB_APPVERSION defines $(VERSION).
