| Newsgroups |
perl.dbi.changes |
| Message-ID |
<[email protected]> |
Author: timbo
Date: Tue Jun 15 15:40:10 2010
New Revision: 14158
Modified:
dbi/trunk/Changes
Log:
Prep for dev release.
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Tue Jun 15 15:40:10 2010
@@ -6,7 +6,14 @@
=cut
-=head2 Changes in DBI 1.612 (svn r14075) 28th May 2010
+=head2 Changes in DBI 1.612 (svn r14158) 15th June 2010
+
+NOTE: This is a minor release for the DBI core but a major release for
+DBD::File and drivers that depend on it, like DBD::DBM and DBD::CSV.
+
+This is also the first release where the bulk of the development work
+has been done by other people. I'd like to thank (in no particular order)
+Jens Rehsack, Martin J. Evans, and Jens Rehsack for all their contributions.
Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack, fixes RT#56561)
Fixed DBD::File file handle leak (Jens Rehsack)