Checking in changes prior to tagging of version 1.013. Changelog diff is: v1.013
Tomas Doran [Tue, 14 Dec 2010 22:03:04 +0000 (22:03 +0000)]
Index: Changes
===================================================================
--- Changes (revision 13842)
+++ Changes (working copy)
@@ -1,3 +1,4 @@
+1.013 2010-12-14
- Call store_digest_authorization_nonce() instead of $c->cache->set()
in authenticate_digest() (RT#63669) (rjk)
- Make Test::Exception and Test::MockObject be listed as test_requires

Changes
lib/Catalyst/Authentication/Credential/HTTP.pm

diff --git a/Changes b/Changes
index f5c5b14..803ad7c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.013 2010-12-14
    - Call store_digest_authorization_nonce() instead of $c->cache->set()
      in authenticate_digest() (RT#63669) (rjk)
    - Make Test::Exception and Test::MockObject be listed as test_requires
index 1e2648d..6d799c2 100644 (file)
@@ -20,7 +20,7 @@ __PACKAGE__->mk_accessors(qw/
     use_uri_for
 /);
 
-our $VERSION = '1.012';
+our $VERSION = '1.013';
 
 sub new {
     my ($class, $config, $app, $realm) = @_;