chiark / gitweb /
_always-disable-valgrind
[curl.git] / debian / NEWS
1 curl (7.32.0-1) unstable; urgency=low
2
3   From this version the threaded DNS resolver will be used. This allows for
4   asynchronous DNS queries and also fixes possible issues related to handling
5   time outs of DNS lookups.
6
7   The threaded resolver was chosen instead of the event-based one (which uses
8   the c-ares library) because c-ares currently lacks somewhat important
9   features, such as support for the Name Service Switch system.
10
11  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 12 Aug 2013 11:08:09 +0200
12
13 curl (7.28.1-1) experimental; urgency=low
14
15   From this version the CURLOPT_SSL_VERIFYHOST option will stop accepting "1"
16   as a valid value. From the documentation:
17
18   > When the value is 1, libcurl will return a failure. It was previously (in
19   > 7.28.0 and earlier) a debug option of some sorts, but it is no longer
20   > supported due to frequently leading to programmer mistakes.
21
22  -- Alessandro Ghedini <ghedo@debian.org>  Mon, 26 Nov 2012 17:46:27 +0100