X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=cd95a9f32cf29efc99f80a5686c44c5f4a1387a4;hb=6aa742ee4fffd91a11ee26135ae34b02cb513776;hp=96cc5497f005b98e0d60d2be3f87e3dc6c6729fb;hpb=573da3993d5c208ff3fe442b2c7775970c7eac1d;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index 96cc549..cd95a9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +NB: All recent commits are available online. +This file will not be updated further. +See https://github.com/gggeek/phpxmlrpc/commits/master + + +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; + add a namespace declaration in response if ex:nil is in use + +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); remove a php warning that could be + generated when using debug=2 in a client connecting to an https + server + +2010-04-11 - G. Giunta (giunta.gaetano@gmail.com) thanks amoe + + * fixed: bad variables in "make install" make target + +2009-11-11 - G. Giunta (giunta.gaetano@gmail.com) thanks Ikiro Watanabe + + * added INSTALL file + 2009-09-05 - G. Giunta (giunta.gaetano@gmail.com) * xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility @@ -1339,7 +1379,7 @@ * xmlrpc.inc: added setSSLVerifyPeer and setSSLVerifyHost; as of curl 7.10, various certificate checks are done (by default). The default for CURLOPT_SSL_VERIFYHOST is to ensure the common - name on the cert matches the provided hostname. This breaks a + name on the cert matches the provided hostname. This breaks a lot of stuff, so allow users to override it. * doc/xmlrpc_php.sgml: updated documentation accordingly. @@ -1568,6 +1608,3 @@ * Added the server class and demonstrations * Fixed bugs in the XML parsing and reworked it - - -$Id: ChangeLog,v 1.96 2009/03/16 19:39:11 ggiunta Exp $