aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: 0052ecb9a33ae44c149e456f5994c41b436b0cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Curl and libcurl 7.27.0

 Public curl releases:         128
 Command line options:         152
 curl_easy_setopt() options:   199
 Public functions in libcurl:  58
 Known libcurl bindings:       39
 Contributors:                 953

This release includes the following changes:

 o nss: use human-readable error messages provided by NSS
 o added --metalink for metalink download support
 o pop3: Added support for sasl plain text authentication
 o pop3: Added support for sasl login authentication 
 o pop3: Added support for sasl ntlm authentication
 o pop3: Added support for sasl cram-md5 authentication
 o pop3: Added support for sasl digest-md5 authentication
 o pop3: Added support for apop authentication
 o sspi: Added support for Schannel SSL/TLS encryption
 o sspi: Changed curl version information output

This release includes the following bugfixes:

 o pop3: Fixed the issue of having to supply the user name for all requests
 o configure: fix LDAPS disabling related misplaced closing parenthesis
 o cmdline: made -D option work with -O and -J
 o configure: Fix libcurl.pc and curl-config generation for static MingW*
   cross builds
 o ssl: fix duplicated SSL handshake with multi interface and proxy [1]
 o winbuild: Fix Makefile.vc ignoring USE_IPV6 and USE_IDN flags

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:

 Anthony Bryan, Guenter Knauf, Kamil Dudka, Steve Holme, Tatsuhiro Tsujikawa,
 Yang Tse, Gokhan Sengun

        Thanks! (and sorry if I forgot to mention someone)

References to bug reports and discussions on issues:

 [1] = https://bugzilla.redhat.com/788526