[Catalyst-commits] r8470 - in
trunk/Catalyst-Authentication-Store-DBIx-Class: .
lib/Catalyst/Authentication/Store/DBIx
jayk at dev.catalyst.perl.org
jayk at dev.catalyst.perl.org
Mon Sep 29 15:18:09 BST 2008
Author: jayk
Date: 2008-09-29 15:18:09 +0100 (Mon, 29 Sep 2008)
New Revision: 8470
Modified:
trunk/Catalyst-Authentication-Store-DBIx-Class/Changes
trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm
Log:
changes and version update in prep for release
Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/Changes
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/Changes 2008-09-29 14:12:44 UTC (rev 8469)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/Changes 2008-09-29 14:18:09 UTC (rev 8470)
@@ -1,11 +1,14 @@
Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
+0.107 2008-09-29
+ - Fix the typo in exception during authenticate
+ - Doc fixes and clarifications
+
0.105 2008-03-19
Throw an exception if no fields are provided during authenticate
- better than retrieving a random user.
- still possible to do an empty search by using searchargs
-
0.104 2008-02-15
Added ability to avoid DB hits when restoring from session
Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm 2008-09-29 14:12:44 UTC (rev 8469)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/lib/Catalyst/Authentication/Store/DBIx/Class.pm 2008-09-29 14:18:09 UTC (rev 8470)
@@ -4,7 +4,7 @@
use warnings;
use base qw/Class::Accessor::Fast/;
-our $VERSION= "0.106";
+our $VERSION= "0.107";
BEGIN {
@@ -92,7 +92,7 @@
=head1 VERSION
-This documentation refers to version 0.10.
+This documentation refers to version 0.107.
=head1 SYNOPSIS
More information about the Catalyst-commits
mailing list