[Bast-commits] r7575 - in DBIx-Class/0.08/tags: .
0.08110_prerelease 0.08110_prerelease/lib/DBIx
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sat Sep 5 16:36:01 GMT 2009
Author: ribasushi
Date: 2009-09-05 16:35:59 +0000 (Sat, 05 Sep 2009)
New Revision: 7575
Added:
DBIx-Class/0.08/tags/0.08110_prerelease/
Modified:
DBIx-Class/0.08/tags/0.08110_prerelease/Changes
DBIx-Class/0.08/tags/0.08110_prerelease/lib/DBIx/Class.pm
Log:
Prerelease
Copied: DBIx-Class/0.08/tags/0.08110_prerelease (from rev 7571, DBIx-Class/0.08/trunk)
Modified: DBIx-Class/0.08/tags/0.08110_prerelease/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes 2009-09-04 19:49:54 UTC (rev 7571)
+++ DBIx-Class/0.08/tags/0.08110_prerelease/Changes 2009-09-05 16:35:59 UTC (rev 7575)
@@ -1,12 +1,14 @@
Revision history for DBIx::Class
- - The hashref to connection_info now accepts a 'dbh_maker'
+0.08109_01 2009-09-05 16:38 (UTC)
+ - The hashref to connectin_info now accepts a 'dbh_maker'
coderef, allowing better intergration with Catalyst
- Fixed a complex prefetch + regular join regression introduced
in 0.08108
- Fixed insert_bulk rebless handling
- Fixed Storable roundtrip regression, and general serialization
cleanup
+ - Stopped double-caching autodetermined DateTime parser class
- SQLT related fixes:
- sqlt_type is now called on the correct storage object
- hooks can now see the correct producer_type
Modified: DBIx-Class/0.08/tags/0.08110_prerelease/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class.pm 2009-09-04 19:49:54 UTC (rev 7571)
+++ DBIx-Class/0.08/tags/0.08110_prerelease/lib/DBIx/Class.pm 2009-09-05 16:35:59 UTC (rev 7575)
@@ -25,7 +25,7 @@
# 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.08109';
+$VERSION = '0.08109_01';
$VERSION = eval $VERSION; # numify for warning-free dev releases
More information about the Bast-commits
mailing list