version 0.3.2:
	* Queries and file extractions on SRPMs should work now.
	* Package and database modules can now be compiled in statically.
	* Dynamic module support can be disabled.
	* RPM v3.0.x compatibility works again.
	* Fixed a segfault by removing the on-exit code.
	* Fixed namespace conflicts in the API.
	* Added the base code for script support.
	* Added support for alternative dependencies.
	* Added the beginnings of a Debian package module.
	* Added out of memory checking. Thanks Jason Willis!
	* Added a French translation. Thanks Laurent!
	* Added an Italian translation. Thanks Domenico Andreoli!
	* Added a Czech translation. Thanks Ladislav Heythum!
	* Added a Dutch translation. Thanks Gerhard C. Muntingh!

version 0.3.1 (Sunday, April 21, 2002):
	* Added a Dependency graphing algorithm.
	* Added a Transaction sorting algorithm. Packages are now ordered in a
	  way that all prerequisites are installed first when doing an
	  installation of a group of packages.
	* Added gettext support.
	* Added pkg-config support.
	* Added an improved database design.
	* Added Database rebuilding. The GNUpdate database does not yet support
	  this, however.
	* Added the ability to searche by files, groups, required dependencies,
	  and provided dependencies in the GNUpdate database.
	* Renamed several API functions.
	* Several bug fixes in the database, which prevents corruption. The list
	  of required and provided dependencies can now be queried in the
	  GNUpdate database.
	* Moved everything to new transaction code.
	* Bug fixes in the rpm module.

version 0.3.0 (Saturday, March 9, 2002):
	* Better automake support.
	* Added new dependency types.
	* Added dependency checking.
	* RPM v4.0.3 support.
	* Added package batches, for installing/uninstalling and
	  dependency checking.
	* GNUpdate database rewrite. This will need a lot of testing.
	* Many bug fixes.

