X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=18e2b564a2ce5a0073b1e414d5eaffca025e56a2;hb=4c4c28971620235b1a225c106dfad85a87731a25;hp=336265cc919760d1d225f6552249b7d1855c8472;hpb=05102eb7d8c0faad30ae3719e2045c1af72b9e9d;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index 336265c..18e2b56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-02-3 - G. Giunta (giunta.gaetano@gmail.com) + + * bumped up requirements to php 5.1.0 + +2014-01-10 - G. Giunta (giunta.gaetano@gmail.com) + + * 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 + + * debugger/controller.php: change default path to javascript debugger + 2010-05-23 - G. Giunta (giunta.gaetano@gmail.com) * xmlrpc.inc: omit port on http 'Host' header if it is 80; @@ -6,9 +18,10 @@ 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 + https and php < 5.3 on windows); remove a php warning that could be generated when using debug=2 in a client connecting to an https server