- fix bug 3002710: ex:nil not bound because ex namespace not included
[plcapi.git] / ChangeLog
index d89df0a..c277284 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+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