summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
blob: d99a378b5285594f8f4bfb67aec444a19d3d8387 (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
49
50
51
52
53
54
55
56
57
58
59
curl and libcurl 7.79.0

 Public curl releases:         202
 Command line options:         242
 curl_easy_setopt() options:   290
 Public functions in libcurl:  85
 Contributors:                 2461

This release includes the following changes:

 o bearssl: support CURLOPT_CAINFO_BLOB [3]

This release includes the following bugfixes:

 o c-hyper: remove the hyper_executor_poll() loop from Curl_http [13]
 o configure: tweak nghttp2 library name fix [2]
 o curl-openssl.m4: check lib64 for the pkg-config file [14]
 o curl.1: mention "global" flags [7]
 o CURLMOPT_TIMERFUNCTION.3: remove misplaced "time" [5]
 o CURLOPT_DOH_URL.3: CURLOPT_OPENSOCKETFUNCTION is not inherited [8]
 o CURLOPT_SSL_CTX_*.3: tidy up the example [15]
 o docs/MQTT: update state of username/password support [4]
 o example/cookie_interface: fix scan-build printf warning [16]
 o examples/cookie_interface: avoid printfing time_t directly [18]
 o Get rid of the unused HAVE_SIG_ATOMIC_T et. al.
 o http_proxy: clear 'sending' when the outgoing request is sent [6]
 o limit-rate.d: clarify base unit [17]
 o tests/*server.py: remove pidfile on server termination [1]
 o tests/runtests.pl: cleanup copy&paste mistakes and unused code

This release includes the following known bugs:

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

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

  Aleksandr Krotov, Bastian Krause, Carlo Marcelo Arenas Belón,
  Christian Weisgerber, Dan Fandrich, Daniel Gustafsson, Daniel Stenberg,
  Daniel Woelfel, David Cook, Emil Engler, Josh Soref, Marc Hörsken,
  Oleg Pudeyev, Ray Satiro, Viktor Szakats, zloi-user on github,
  (16 contributors)

References to bug reports and discussions on issues:

 [1] = https://curl.se/bug/?i=7506
 [2] = https://curl.se/bug/?i=7485
 [3] = https://curl.se/bug/?i=7468
 [4] = https://curl.se/bug/?i=7474
 [5] = https://curl.se/bug/?i=7470
 [6] = https://curl.se/bug/?i=7155
 [7] = https://curl.se/bug/?i=7457
 [8] = https://curl.se/bug/?i=7441
 [13] = https://curl.se/bug/?i=7499
 [14] = https://curl.se/bug/?i=7503
 [15] = https://curl.se/bug/?i=7500
 [16] = https://curl.se/bug/?i=7497
 [17] = https://curl.se/bug/?i=7439
 [18] = https://curl.se/bug/?i=7490