X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=771e9e35621cdae4259920e4c5a3048b9690d3de;hb=a3abf05a7a306bbc349a82265ba6441db14e9480;hp=803ad7c44d484c642168972293ecbee46140db74;hpb=c90a7aa25fcd8b70715cf2d4fa92affc1701e79a;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Changes b/Changes index 803ad7c..771e9e3 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,16 @@ + + - Add broken_dotnet_digest_without_query_string option + + Allows digest authentication from .NET, which does not include the + query string in the uri in the digest Authorization header. + +1.015 2012-02-23 + - Fix broken synopsis. RT#75254 + +1.014 2012-02-05 + - Add require_ssl configuration setting. + - Add no_unprompted_authorization_required configuration setting. + 1.013 2010-12-14 - Call store_digest_authorization_nonce() instead of $c->cache->set() in authenticate_digest() (RT#63669) (rjk)