aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: 2c73211e24e14265974cb85addb825e1f8763203 (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
Curl and libcurl 7.48.1

 Public curl releases:         154
 Command line options:         179
 curl_easy_setopt() options:   221
 Public functions in libcurl:  61
 Contributors:                 1364

This release includes the following changes:

 o schannel: Add ALPN support [2]
 o SSH: support CURLINFO_FILETIME
 o SSH: new CURLOPT_QUOTE command "statvfs" [5]
 o

This release includes the following bugfixes:

 o checksrc.bat: Updated the help to be consistent with generate.bat
 o openssl: fix ERR_remove_thread_state() for boringssl/libressl [1]
 o openssl: boringssl provides the same numbering as openssl
 o multi: fix "Operation timed out after" timer [3]
 o url: don't use bad offset in tld_check_name to show error [4]
 o sshserver.pl: use quotes for given options
 o

This release includes the following known bugs:

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

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

  Dan Cristian, Daniel Stenberg, David Benjamin, Dusty Mabe, Evgeny Grin,
  Jay Satiro, Joel Depooter, Juan RP, marquis-de-muesli, Steve Holme
  (10 contributors)

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

References to bug reports and discussions on issues:

 [1] = https://twitter.com/xtraemeat/status/712564874098917376
 [2] = https://curl.haxx.se/bug/?i=724
 [3] = https://curl.haxx.se/bug/?i=619
 [4] = https://curl.haxx.se/bug/?i=731
 [5] = https://curl.haxx.se/bug/?i=677
 [6] =