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

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

Version 2.1.7 (2019-09-02):
	* Change to MariaDB by default.

Version 2.1.6 (2015-08-01):
	* Build and run on Solaris 10, which doesn't have strndup.
	* Support for BLOB, DATE, TIME, YEAR, DATETIME, and TIMESTAMP types.
	* Fix support for LONGLONG type.
	* Fix connection memleak.

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

Version 2.1.3: 2009-12-06:
	* Update libtool usage.

2008-11-23 Linas Vepstas <linasvepstas@gmail.com>
	* Remove deprecated SCM_INUM functions.
	* DBD-VERSION 2.1.2

2008-11-10 Linas Vepstas <linasvepstas@gmail.com>
	* DBD-VERSION 2.1.1
	* Fix mis-conversion of float, double values.
	* Fix crash in garbage collection during database close.
	* Remove deprecated guile gh_ API functions.

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

	* NEWS: Announce new release.
	* DBD-VERSION: Bump up version.
	* Fix api to guile 1.8

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

	* NEWS: Announce new release.
	* DBD-VERSION: Bump up version.
	* README: Add connection string format explanation.
	* 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.
	* Add connection string format in the README file.

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

	* NEWS: Announce new release.
	* DBD-VERSION: Bump up version.
	* Fixed a bug in connection handling (open/close).

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

	* NEWS: Announce new release.
	* DBD-VERSION: Bump up version.
	* Fixed a bug in connection string parsing.

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

	* Init my 1.0 revision.

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

	* Makefile.am: Assign copyright to FSF.
	* NEWS: Add info for 1.0.1 release.
	* README: Add info.
	* configure.ac: Assign copyright to FSF.
	Check for mysqlclient lib.
	* DBD-VERSION: Upgrade to release 1.0.1
	* TODO: Update.
	* Assign copyright to FSF.

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

	* Makefile.am: Forgotten DBI-VERSION as extra dist file.
	* DBI-VERSION: Incremente micro version var.

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

	* Makefile.am: Changed copyrigth assigner to myself.
	* configure.ac: Likewise.
	* DBD-VERSION: Upgraded micro field.

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

	* DBD-VERSION: lib and package versions vars.
	* TODO: Thinks to do.
	* configure.ac: Improved for versioning and so on

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

	* src: New dir for guile-dbi 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.
