X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=96cc5497f005b98e0d60d2be3f87e3dc6c6729fb;hb=1978b0db7ae600aac35a7e5527a26a741e33dc3c;hp=d89df0a8eab2da95aecf9e4e1882c75fdd30ed4e;hpb=67bfb3d12c48ff14d7f0b3fdfb8512ab5ab335b5;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index d89df0a..96cc549 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +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