[Bast-commits] r9125 - in DBIx-Class/0.08/trunk: . lib/DBIx
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Sun Apr 11 18:51:23 GMT 2010
Author: frew
Date: 2010-04-11 19:51:23 +0100 (Sun, 11 Apr 2010)
New Revision: 9125
Modified:
DBIx-Class/0.08/trunk/Changes
DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
Log:
Release 0.08121
Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes 2010-04-11 18:35:53 UTC (rev 9124)
+++ DBIx-Class/0.08/trunk/Changes 2010-04-11 18:51:23 UTC (rev 9125)
@@ -1,5 +1,6 @@
Revision history for DBIx::Class
+0.08121 2010-04-11 18:43:00 (UTC)
- Support for Firebird RDBMS with DBD::InterBase and ODBC
- Add core support for INSERT RETURNING (for storages that
supports this syntax, currently PostgreSQL and Firebird)
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2010-04-11 18:35:53 UTC (rev 9124)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2010-04-11 18:51:23 UTC (rev 9125)
@@ -27,7 +27,7 @@
# Always remember to do all digits for the version even if they're 0
# i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
# brain damage and presumably various other packaging systems too
-$VERSION = '0.08120_1';
+$VERSION = '0.08121';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
More information about the Bast-commits
mailing list