X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=48a73059d043b10b84754e4b9f58da204507125f;hb=2c732850d51db98da039e49e018b342d2a4e0242;hp=b0e65e966035b0f38d9ec01862f80e603a0f4daa;hpb=13381c346af5f3e86d9fdf6c04b1cb9ca4b54a56;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index b0e65e9..48a7305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * xmlrpc.inc: when using curl and keepalive, reset curl handle if we did not get back an http 200 response (eg a 302) + * testsuite.php, parse_args.php: update testsuite + 2010-05-23 - G. Giunta (giunta.gaetano@gmail.com) * xmlrpc.inc: omit port on http 'Host' header if it is 80; @@ -10,6 +12,7 @@ 2010-04-12 - G. Giunta (giunta.gaetano@gmail.com) * testsuite.php, parse_args.php: testsuite allows interrogating https servers ignoring their certs + * xmlrpc.inc: method setAcceptedCompression was failing to disable reception of compressed responses if the client supported them (triggering a bug with https and php < 5.3 on windows due); remove a php warning that could be