Daniel Stenberg | 15 Nov 22:28
Picon
Favicon
Gravatar

ANNOUNCE: curl and libcurl 7.23.0

Hi friends,

I'm happy to announce that curl and libcurl 7.23.0 have been packaged and 
uploaded to the site at http://curl.haxx.se/

Curl and libcurl 7.23.0

  Public curl releases:         125
  Command line options:         149
  curl_easy_setopt() options:   192
  Public functions in libcurl:  58
  Known libcurl bindings:       39
  Contributors:                 873

This release includes the following changes:

  o Empty headers can be sent in HTTP requests by terminating with a semicolon
  o SSL session sharing support added to curl_share_setopt()
  o Added support to MAIL FROM for the optional SIZE parameter
  o smtp: Added support for NTLM authentication
  o curl tool: code split into tool_*.[ch] files

This release includes the following bugfixes:

  o handle HTTP redirects to "//hostname/path"
  o SMTP without --mail-from caused segfault
  o prevent extra progress meter headers between multiple files
  o allow Content-Length to be replaced when sending HTTP requests
  o curl now always sets postfieldsize to allow --data-binary and --data
    to be mixed in the same command line
(Continue reading)

Daniel Stenberg | 17 Nov 18:27
Picon
Favicon
Gravatar

ANNOUNCE: curl 7.23.1

Hi friends,

As we shipped 7.23.0 with a pretty annoying Windows curl bug - yes, ONLY in 
the windows version of the curl tool - I decided to build and ship 7.23.1 
right away.

If you're not using windows or if you only use libcurl, this upgrade offers 
nothing new.

Get 7.23.1 as usual from http://curl.haxx.se/

Curl and libcurl 7.23.1

  Public curl releases:         126
  Command line options:         149
  curl_easy_setopt() options:   192
  Public functions in libcurl:  58
  Known libcurl bindings:       39
  Contributors:                 907

This release includes the following bugfixes:

  o Windows: curl would fail if it found no CA cert, unless -k was used. Even
    if a non-SSL protocol URL was used

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
(Continue reading)


Gmane