RELEASE-NOTES 2.26 KB
Newer Older
Daniel Stenberg's avatar
Daniel Stenberg committed
Curl and libcurl 7.24.0
 Public curl releases:         127
Daniel Stenberg's avatar
Daniel Stenberg committed
 Command line options:         149
 curl_easy_setopt() options:   192
Daniel Stenberg's avatar
Daniel Stenberg committed
 Known libcurl bindings:       39
This release includes the following changes:
 o CURLOPT_QUOTE: SFTP supports the '*'-prefix now
 o CURLOPT_DNS_SERVERS: set name servers if possible
 o Add support for using nettle instead of gcrypt as gnutls backend
This release includes the following bugfixes:

 o SSL session share: move the age counter to the share object
 o -J -O: use -O name if no Content-Disposition header comes!
 o protocol_connect: show verbose connect and set connect time
 o query-part: ignore the URI part for given protocols
 o gnutls: only translate winsock errors for old versions
 o POP3: fix end of body detection
 o POP3: detect when LIST returns no mails
 o TELNET: improved treatment of options
 o configure: add support for pkg-config detection of libidn
 o CyaSSL 2.0+ library initialization adjustment
 o multi interface: only use non-NULL socker function pointer
 o call opensocket callback properly for active FTP
 o don't call close socket callback for sockets created with accept()
 o differentiate better between host/proxy errors
 o SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and --hostpubmd5
 o multi: handle timeouts on DNS servers by checking for new sockets
 o CURLOPT_DNS_SERVERS: fix return code
 o POP3: fixed escaped dot not being stripped out
 o OpenSSL: check for the SSLv2 function in configure
 o MakefileBuild: fix the static build
 o create_conn: don't switch to HTTP protocol if tunneling is enabled
 o multi interface: fix block when CONNECT_ONLY option is used
 o Fix connection reuse for TLS upgraded connections
 o
This release includes the following known bugs:

 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)

This release would not have looked like this without help, code, reports and
advice from friends like these:

 Alejandro Alvarez Ayllon, Jason Glasgow, Jonas Schnelli, Mark Brand,
 Martin Storsjo, Yang Tse, Laurent Rabret, Jason Glasgow, Steve Holme,
 Reza Arbab, Jason Liu, Gokhan Sengun, Rob Ward, Dan Fandrich,
 Naveen Chandran, Ward Willats, Vladimir Grishchenko
        Thanks! (and sorry if I forgot to mention someone)