X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Changes;h=72d28751f7a77b1ec44a26b3a4b673df5aad439c;hb=ad1be93dffb2b25223fb93cbe2a7d349c6b5c127;hp=635b3c528ba2d51176f6c0e5afac11a1c8e7d5fb;hpb=a2f50b1efd2bc986617e1de5f5a0bfd8a2953b0e;p=chaz%2Fp5-CGI-Ex diff --git a/Changes b/Changes index 635b3c5..72d2875 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,17 @@ +2.21 + 2007-10-18 + * Add logout_hook to Auth + * Remove key_payload + * Only accept payload from cram styles + * Added disable_simple_cram to enforce protecting server generated payloads + +2.20 + 2007-10-08 + * Added success_hook and failure_hook to Auth (not documented) + * Fix precedence issue in conf reading in App (thanks to Krassimir Berov) + * Fix bug in validate.js with LOCAL_PART matching (thanks to Thomas den Braber) + * Add support for clear_on_error to validate.js (thanks to Thomas den Braber) + 2.19 2007-10-05 * Make verify_token more granualar in Auth