[Catalyst-commits] r10589 - in
Catalyst-Plugin-Authentication/0.10000/trunk: . lib/Catalyst/Plugin
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Jun 19 15:16:43 GMT 2009
Author: t0m
Date: 2009-06-19 15:16:43 +0000 (Fri, 19 Jun 2009)
New Revision: 10589
Modified:
Catalyst-Plugin-Authentication/0.10000/trunk/Changes
Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
Log:
Bump versions for release
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/Changes
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/Changes 2009-06-19 15:14:16 UTC (rev 10588)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/Changes 2009-06-19 15:16:43 UTC (rev 10589)
@@ -1,5 +1,6 @@
Revision history for Perl extension Catalyst::Plugin::Authentication
+0.10013 Fri Jun 19 16:08:00 BST 2009
- Add a username_field config item to ::Credential::Remote
(Nigel Metheringham)
- Die with a useful error message if we are about to try to restore
Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm 2009-06-19 15:14:16 UTC (rev 10588)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm 2009-06-19 15:16:43 UTC (rev 10589)
@@ -12,7 +12,7 @@
use Class::Inspector;
use Catalyst::Authentication::Realm;
-our $VERSION = "0.10012";
+our $VERSION = "0.10013";
sub set_authenticated {
my ( $c, $user, $realmname ) = @_;
More information about the Catalyst-commits
mailing list