aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: cf8289ae879590ec8fb4a467f3edea174c986530 (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
48
Curl and libcurl 7.58.1

 Public curl releases:         173
 Command line options:         211
 curl_easy_setopt() options:   249
 Public functions in libcurl:  74
 Contributors:                 1685

This release includes the following changes:

 o

This release includes the following bugfixes:

 o lib555: drop text conversion and encode data as ascii codes [1]
 o lib517: make variable static to avoid compiler warning
 o lib544: sync ascii code data with textual data [1]
 o GSKit: restore pinnedpubkey functionality [2]
 o darwinssl: Don't import client certificates into Keychain on macOS [3]
 o parsedate: fix date parsing for systems with 32 bit long [4]
 o openssl: fix pinned public key build error in FIPS mode [5]
 o SChannel/WinSSL: Implement public key pinning [6]
 o cookies: remove verbose "cookie size:" output
 o progress-bar: don't use stderr explicitly, use bar->out [7]
 o Fixes for MSDOS

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:

  Alessandro Ghedini, Dair Grant, Daniel Stenberg, Gisle Vanem,
  Patrick Monnerat, Travis Burtrum,
  (6 contributors)

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

References to bug reports and discussions on issues:

 [1] = https://curl.haxx.se/bug/?i=1872
 [2] = https://curl.haxx.se/bug/?i=2263
 [3] = https://curl.haxx.se/bug/?i=2085
 [4] = https://curl.haxx.se/bug/?i=2250
 [5] = https://curl.haxx.se/bug/?i=2258
 [6] = https://curl.haxx.se/bug/?i=1429
 [7] = https://github.com/curl/curl/commit/993dd5651a6c853bfe3870f6a69c7b329fa4e8ce#commitcomment-27070080