X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=732d2bd5bdaf71fe021776ba5bf71c1b3550a037;hb=66d4880fb7e849d058cad0d1c5f9e57e18278fd9;hp=32caa870c0d8f2de7d6a46313732aedc2f889e97;hpb=97e89d11919d233afc4bbe3a2c7f14a4d116584b;p=Net-HTTPS-Any.git diff --git a/Changes b/Changes index 32caa87..732d2bd 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,29 @@ Revision history for Net-HTTPS-Any +0.11 unreleased + - doc: update example in synopsis + - Depend on Net::SSLeay and test on it (and not Crypt::SSLeay), to + eliminate spurious test failures and increase installability. Alas, + but the last four years have not provided OR relationships in CPAN + dependencies (closes: CPAN#73363) + - TODO: document our usage of LWP isn't necessarily Crypt::SSLeay with + new (which?) LWP versions. + - doc: spelling (closes: CPAN#88510) + +0.10 Sat May 1 13:39:39 PDT 2010 + - Pull in changes from Business::OnlinePayment::HTTPS 0.09 from + Business::OnlinePayment 3.00 + - Default Content-Type to application/x-www-form-urlencoded + - Added WHY THIS MODULE section to POD + - Updated tests for new world of not returning HTTP as part of the + response code + - Removed meaningless Content-Type handling from https_get + - Added/documented debugging option + - Updated servers used for testing in examples and tests + - Supress uninitialized value warnings from Net::SSLeay + 0.09 unrelesed - First version numbered 0.09 - (based on Business::OnlinePayment::HTTPS 0.08) + - First version numbered 0.09 (based on + Business::OnlinePayment::HTTPS 0.08 from + Business::OnlinePayment 3.00_08)