X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=c277284a9abcb57f1cf5d116f22b576d770c5dcc;hb=5bec95fe331a9e7afceff701458e2998ab299b3e;hp=96cc5497f005b98e0d60d2be3f87e3dc6c6729fb;hpb=06c8668458b268fe8aa1ec87df1750e999ab8447;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index 96cc549..c277284 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +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