0.025 (08.14.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed support for "all zeros" timestamp defaults in MySQL auto-init.

0.024 (08.12.2005) - John Siracusa <siracusa@mindspring.com>

    * Case-sensitivity fixes for Postgres.
    * Added tentative support for Informix 10's "limit with offset" feature.

0.023 (08.09.2005) - John Siracusa <siracusa@mindspring.com>

    * Deleted stray ._ files.  Blah.

0.022 (08.09.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed Postgres column default value parsing.

0.021 (08.05.2005) - John Siracusa <siracusa@mindspring.com>

    * Sigh.  Forgot to add the catalog attribute to registry entries.

0.02 (08.05.2005) - John Siracusa <siracusa@mindspring.com>

    * Added more granular column types for Pg and Informix datetimes.
    * Substantial update to support auto-initialization.

0.0154 (06.22.2005) - John Siracusa <siracusa@mindspring.com>

    * Abstracted limit-with-offset syntax.

0.0153 (06.17.2005) - John Siracusa <siracusa@mindspring.com>

    * Added Bit::Vector::Overload to the prerequisites.
    * Added links to the POD.

0.0152 (05.31.2005) - John Siracusa <siracusa@mindspring.com>

    * Corrected number of tests to skip in trx.t.

0.0151 (05.29.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed a PostgreSQL transactions test in trx.t.

0.015 (05.12.2005) - John Siracusa <siracusa@mindspring.com>

    * Added proper data source registry and registry entry objects.
    * Changed behavior of dsn() method to reflect the fact that DBI's
      parse_dsn() method rarely extracts the information I need.
    * Added warning to documentation about DSN/attribute sync.

0.0143 (05.04.2005) - John Siracusa <siracusa@mindspring.com>

    * Avoid trying to truncate undefined dates.

0.0142 (04.07.2005) - John Siracusa <siracusa@mindspring.com>

    * Documented connect_options() method.
    * Added db_exists() method.

0.0141 (03.15.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed tests to account for versions of DBI without the 
      parse_dsn() method.

0.014 (03.15.2005) - John Siracusa <siracusa@mindspring.com>

    * Added alias_db() class method.

0.013 (03.13.2005) - John Siracusa <siracusa@mindspring.com>

    * Changes dsn() method to clear possibly changed DSN components,
      and also try to parse the DSN.

0.012 (03.11.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed incorrect skip amount in pg.t.  Sigh.

0.011 (03.11.2005) - John Siracusa <siracusa@mindspring.com>

    * Correct misplaced _ in number.
    * Fixed bad return value from empty { } method.  Perl 5.8.x
      treats it as I expect, but perl 5.6.1 requires a bare return;

0.01 (03.09.2005) - John Siracusa <siracusa@mindspring.com>

    * Initial release.