Version 2.1.9 (2023-07-03):
	* Update autotools scripts.

Version 2.1.8 (2021-03-13):
	* Fix automake warnings.

Version 2.1.7 (2019-09-02):  Nikita Vinokurov <yagel.x@gmail.com>
	* Added forced clearing of async results before the next query.
	* Numeric type is now considered as floating point.
	* Make parsing of fp-values locale-independent.

Version 2.1.6 (2015-08-01):
	* Add support for lists of integers.
	* Fix support for int8 integers.

Version 2.1.4 (2010-05-21):
	* Use guile-config to find library, include file locations.

Version 2.1.3  (2009-12-06):
	* Update libtool configuration.

2008-11-24  Linas Vepstas <linasvepstas@gmail.com>
	* Remove deprecated SCM_INUM
	* Fix massive memory leak.
	* Avoid some pointless/un-needed malloc/free usage.
	* Check result status *before* trying to access data!
	* DBD-VERSION: Upgrade to release 2.1.2.

2008-09-15  Linas Vepstas <linasvepstas@gmail.com>

	* Numerous bug fixes, including a fix for a crash, and an
	  off-by-one fix.
	* DBD-VERSION: Upgrade to release 2.1.1.

2006-09-26  Maurizio Boriani  <baux@gnu.org>

	* DBD-VERSION: Upgrade to release 2.0.0.
	* NEWS: Announce new release.
	* Fix deprecated guile 1.6 api with newer 1.8.

2005-03-24  Maurizio Boriani  <baux@gnu.org>

	* DBD-VERSION: Upgrade to release 1.0.3.
	* NEWS: Announce new release.
	* README: Add connection string format description.
	* Implement automatic reconnection after a db server failure
	  (ex. broken socket, network down etc...). The number
	  of reconnection attempt is set by an optional parameter
	  in the connection string, if omitted no attempt is done.
	* Improved query return values check.
	* Add connection string format in the README file.

2005-03-21  Maurizio Boriani  <baux@gnu.org>

	* DBD-VERSION: Upgrade to release 1.0.2.
	* NEWS: Announce new release.
	* Fix a connection handling bug.

2005-02-11  Maurizio Boriani  <baux@member.fsf.org>

	* Init my 1.0 revision.

2005-02-04  Maurizio Boriani  <baux@member.fsf.org>

	* Makefile.am: Assign copyroght to FSF.
	* configure.ac: Assign copyroght to FSF.
	Add lib check.
	* DBD-VERSION: Upgrade to release 1.0.1.
	* README: Add info.
	* NEWS: Add info.
	* Assign copyright to FSF.

2005-01-17  Maurizio Boriani  <baux@member.fsf.org>

	* DBD-VERSION: micro ver upgraded to 5.

2005-01-15  Maurizio Boriani  <baux@member.fsf.org>

	* src: New dir for guile-dbd sources file.
	* COPYING: New, gpl license.
	* AUTHORS: New, authors list.
	* NEWS: New, void.
	* README: New, void.
	* configure.ac: New. Main autoconf stuff.
	* Makefile.am: New. Maim automake makefile.
	* TODO: New, todo list.
	* DBD-VERSION: New, versioning vars.
