*** Release 0.05

    Thu 23 Mar 2000 <h.m.brand@hccnet.nl>

	- Recognize strings w/ negative numbers in bind where !SvIOK (value)
	  In fact drop the SvIOK () check alltogether and let SvIV () do the
	  job, including the warnings.
	- index display in bind failure

*** Release 0.04

    Wed 15 Feb 2000 <h.m.brand@hccnet.nl>

	- Oops, forgot to close open cursor on re-execute
	- Full implementation of positional parameters includes
	  Auto conversion from SvPV's (string) to SvIV's (numeric)
	- test includes positional inserts
	- test includes updates and positional updates
	- Added $dbh->{DBDverbose} (see pod)

*** Release 0.03

    Wed 09 Feb 2000 <h.m.brand@hccnet.nl>

	- Changes to Makefile.PL to support AIX
	- Forced prefer varargs over stdarg in dbdimp.ic :-(
	- Implemented positional parameters :-)

*** Release 0.02

    Thu 03 Feb 2000 <h.m.brand@hccnet.nl>

	- Support for SCANLEVEL
	- connect () destroyed $DBPATH :-(
	- Makefile.PL cleanup
	- Minor changes to Unify.pm following DBI::DBD docs
	- ChopBlanks honoured (default on)
	- sqlError () provides descriptive message
	- Unlimited number of statement handles :-)
	  I found out I used outdated books :-(
	- dbdimp.h cleanup started

*** Release 0.01

    Tue 18 Jan 2000 <h.m.brand@hccnet.nl>

	- First port