X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=56c093806e12baeff1362594f1c229791cf32343;hb=143708b6e4d928d32a0a22af28a3bd54c7d8e5bc;hp=134bc385f2d286f364f987f5af69dc477b4bba13;hpb=70e3fd71d2e5797e33a487d6341642a3828d4b05;p=plcapi.git diff --git a/NEWS b/NEWS index 134bc38..56c0938 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ -XML-RPC for PHP version 4.4.0 - 2019/7/29 +XML-RPC for PHP version 4.4.2 - 2020/3/4 + +* fixed: `client->setCookie()` bug: cookie values that contain spaces are now properly encoded in a way that gets them + decoded back to spaces on the receiving end if the server running on php 7.4 (or does RFC-compliant cookie decoding). + Beforehand we were encoding spaces to '+' characters. + + +XML-RPC for PHP version 4.4.1 - 2019/7/29 * fixed: allow handling huge xml messages (>=10MB) (issue #71)