[Bast-commits] r8585 - in DBIx-Class/0.08/trunk: . lib/DBIx

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Mon Feb 8 11:48:34 GMT 2010


Author: ribasushi
Date: 2010-02-08 11:48:31 +0000 (Mon, 08 Feb 2010)
New Revision: 8585

Modified:
   DBIx-Class/0.08/trunk/Changes
   DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
Log:
Release 0.08118

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2010-02-08 11:42:39 UTC (rev 8584)
+++ DBIx-Class/0.08/trunk/Changes	2010-02-08 11:48:31 UTC (rev 8585)
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08118 2010-02-08 11:53:00 (UTC)
         - Fix a bug causing UTF8 columns not to be decoded (RT#54395)
         - Fix bug in One->Many->One prefetch-collapse handling (RT#54039)
         - Cleanup handling of relationship accessor types

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm	2010-02-08 11:42:39 UTC (rev 8584)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class.pm	2010-02-08 11:48:31 UTC (rev 8585)
@@ -25,7 +25,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.08117_01';
+$VERSION = '0.08118';
 
 $VERSION = eval $VERSION; # numify for warning-free dev releases
 




More information about the Bast-commits mailing list