X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=18e2b564a2ce5a0073b1e414d5eaffca025e56a2;hb=4c4c28971620235b1a225c106dfad85a87731a25;hp=b0e65e966035b0f38d9ec01862f80e603a0f4daa;hpb=13381c346af5f3e86d9fdf6c04b1cb9ca4b54a56;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index b0e65e9..18e2b56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +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; @@ -10,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