- when using curl and keepalive, reset curl handle if we did not get back an http...
[plcapi.git] / ChangeLog
index d89df0a..b0e65e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2014-01-10 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * xmlrpc.inc: when using curl and keepalive, reset curl handle if we did not get back an http 200 response (eg a 302)\r
+\r
+2010-05-23 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * xmlrpc.inc: omit port on http 'Host' header if it is 80;\r
+       add a namespace declaration in response if ex:nil is in use\r
+\r
+2010-04-12 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * testsuite.php, parse_args.php: testsuite allows interrogating https servers ignoring their certs\r
+       * xmlrpc.inc: method setAcceptedCompression was failing to disable reception\r
+       of compressed responses if the client supported them (triggering a bug with\r
+       https and php < 5.3 on windows due); remove a php warning that could be\r
+       generated when using debug=2 in a client connecting to an https\r
+       server\r
+\r
+2010-04-11 - G. Giunta (giunta.gaetano@gmail.com) thanks amoe\r
+\r
+       * fixed: bad variables in "make install" make target\r
+\r
+2009-11-11 - G. Giunta (giunta.gaetano@gmail.com) thanks Ikiro Watanabe\r
+\r
+       * added INSTALL file\r
+\r
+2009-09-05 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility\r
+       with php 4; use __METHOD__ constant for error messages instead of hardcoded\r
+       values\r
+\r
+       * xmlrpcs.inc: catch exceptions thrown during execution of invoked methods;\r
+       check for $_SERVER having been disabled via php.ini and log an error if so\r
+\r
+       * server.php, testsuite.php: add a new test and server method for exception\r
+       catching in the server\r
+\r
+       * xmlrpc.inc: added new method SetUserAgent to client to allow having different\r
+       user-agent http headers\r
+\r
+       * tagged and released as 3.0.0 beta\r
+\r
+2009-08-05 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * xmlrpc_wrappers.inc: improve compatibility with php 5.0 when registering\r
+       class/object methods\r
+\r
 2009-08-02 - G. Giunta (giunta.gaetano@gmail.com) thanks Laurens\r
 \r
        * xmlrpcs.inc: add a new member var in server class to allow fine-tuning\r
        * Added the server class and demonstrations\r
 \r
        * Fixed bugs in the XML parsing and reworked it\r
-\r
-\r
-$Id: ChangeLog,v 1.96 2009/03/16 19:39:11 ggiunta Exp $\r