From: gggeek Date: Sat, 11 Nov 2017 21:22:03 +0000 (+0000) Subject: fix NEWS file X-Git-Tag: 4.3.1~10 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=7f021e48092457e5b8682e20e677b641cf529c1f fix NEWS file --- diff --git a/NEWS b/NEWS index b693f89..ba6247f 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ XML-RPC for PHP version 4.3.0 - 2017/11/6 -* fixed: compatibility with Basic/Digest/NTLM auth when using client in cURL mode (issue #55) +* fixed: compatibility with Basic/Digest/NTLM auth when using client in cURL mode (issue #58) * improved: added unit tests for Basic and Digest http auth. Also improved tests suite -* new: allow to force usage of curl for http &.0 calls, as well as plain socket for https calls, via the method +* new: allow to force usage of curl for http 1.0 calls, as well as plain socket for https calls, via the method `Client::setUseCurl()`