version 0.1.3 (Tuesday, July 2, 2002):
	* The filename or package name is now displayed before lists of
	  dependencies or files if more than one package is specified.
	* Dependency graphs can be built off packages in the database.
	* Package diffing works much better with versions of diff less
	  than 2.7.2.
	* Alternative required dependencies are now displayed.
	* Added out of memory checking. Thanks Jason Willis!
	* Added a Czech translation. Thanks Ladislav Heythum!
	* Added a Dutch translation. Thanks Bert De Meyer!

version 0.1.2 (Sunday, April 21, 2002):
	* Version relationships are now shown on a --provides or --requires.
	  This is used to show if a package requires a version <, <=, =, >, or
	  >= the shown version.
	* The --dep-graph command was added, which outputs a GraphViz Dot graph
	  of the specified packages.
	* Added database rebuilding.
	* "(null)" strings in the output have been replaced with blank strings.
	* Added single-file extraction, via the -x flag.
	* Added package diffing.
	* Added the -s option to --info, to display simple information on a
	  package.
	* Added --what-owns, to list what package(s) own the specified file.
	* Added --what-provides, to list what package(s) provide the specified
	  dependency.
	* Added --what-requires, to list what package(s) require the specified
	  dependency.
	* Bug fixes in the error reporting and argument parsing.

version 0.1.1 (Tuesday, March 12, 2002):
	* Short flags (-t, -q, etc.) can now be grouped together (-tq).
	* Added i18n support for French, Norwegian, and Italian.
	* Changed --files to --list.
	* Added dependency checking.
	* Added --all for listing all installed packages.
	* Added --create-db, --import-db.
	* Added --db=... to set the active database type.
	* Added a progress bar for database importing.
	* Some memory leaks and segfaults fixed.

version 0.1.0 (Thursday, August 23, 2001):
	* Initial public release.

