X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=NEWS;h=65d245a583f5c5569af664ec5e6a09172aaa77ee;hp=5880306c84f332ea72af6351ae340316cf21b36f;hb=751f9c979bd0d3ca2198ad31009d4cb4cff691cc;hpb=5b7db050a80da5d250316e8fd8db2ed7960b8a16 diff --git a/NEWS b/NEWS index 5880306..65d245a 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,8 @@ PLEASE READ CAREFULLY THE NOTES BELOW to insure a smooth upgrade. * improved: no need to call anymore $client->setSSLVerifyHost(2) to silence a curl warning when using https with recent curl builds +* improved: the xmlrpcval class now supports the interfaces Countable and IteratorAggregate + * improved: a specific option allows users to decide the version of SSL to use for https calls. This is useful f.e. for the testing suite, when the server target of calls has no proper ssl certificate, and the cURL extension has been compiled with GnuTLS (such as on Travis VMs)