Version 0.10017 v0.10017
Tomas Doran [Mon, 24 Jan 2011 23:31:08 +0000 (23:31 +0000)]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index c757f6f..1b03929 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10017 24 Jan 2010
+     - Fix failing tests with the new PSGI Catalyst dev release
+
 0.10016 22 Jan 2010
      - Move root actions out of applcation class in tests to remove
        warnings in the latest Catalyst.
@@ -9,7 +12,7 @@ Revision history for Perl extension Catalyst::Plugin::Authentication
      - Fix typos in documentation (RT#49476)
      - Fix compatibilty with Catalyst 5.70 (RT#50466)
      - Various documentation improvements
-     - Fix Realm::Processive's authinfo_mungle option (RT#47106)
+     - Fix Realm::Processive's authinfo_munge option (RT#47106)
 
 0.10015 Tue Sep 1 01:40:36 BST 2009
 
index 32c5b5a..5fed39e 100644 (file)
@@ -12,7 +12,7 @@ use Tie::RefHash;
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10016";
+our $VERSION = "0.10017";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;