X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=18e2b564a2ce5a0073b1e414d5eaffca025e56a2;hb=d4a01160eb1e5c9853c1610b9e144257a707538f;hp=d89df0a8eab2da95aecf9e4e1882c75fdd30ed4e;hpb=67bfb3d12c48ff14d7f0b3fdfb8512ab5ab335b5;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index d89df0a..18e2b56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +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 + with php 4; use __METHOD__ constant for error messages instead of hardcoded + values + + * xmlrpcs.inc: catch exceptions thrown during execution of invoked methods; + check for $_SERVER having been disabled via php.ini and log an error if so + + * server.php, testsuite.php: add a new test and server method for exception + catching in the server + + * 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 + class/object methods + 2009-08-02 - G. Giunta (giunta.gaetano@gmail.com) thanks Laurens * xmlrpcs.inc: add a new member var in server class to allow fine-tuning @@ -1546,6 +1603,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 $