X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=48a73059d043b10b84754e4b9f58da204507125f;hb=a57798da88d89904754984b01b2391d6d5e8d418;hp=10348b0fd8ae267936e97224b663a6e3ce9d9d53;hpb=9decb91e487db7cf575f6a4cbdd43afba7ea1cac;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index 10348b0..48a7305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +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 + +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 due); 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 @@ -13,6 +42,8 @@ * xmlrpc.inc: added new method SetUserAgent to client to allow having different user-agent http headers + * tagged and released as 3.0.0 beta + 2009-08-05 - G. Giunta (giunta.gaetano@gmail.com) * xmlrpc_wrappers.inc: improve compatibility with php 5.0 when registering @@ -1566,6 +1597,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 $