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

 Public curl releases:         155
 Command line options:         185
 curl_easy_setopt() options:   224
 Public functions in libcurl:  61
 Contributors:                 1388

This release includes the following changes:

 o

This release includes the following bugfixes:

 o dist: include manpage-scan.pl, nroff-scan.pl and CHECKSRC.md [1]
 o schannel: fix compile break with MSVC XP toolset [2]
 o curlbuild.h.dist: check __LP64__ as well to fix MIPS build [3]
 o dist: include curl_multi_socket_all.3 [4]
 o http2: use HTTP/2 in the HTTP/1.1-alike response
 o openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0
 o CURLOPT_CONNECT_TO.3: user must not free the list prematurely [5]
 o libcurl.m4: Avoid obsolete warning [6]
 o winbuild/Makefile.vc: Fix check on SSL, MBEDTLS, WINSSL exclusivity [7]
 o curl_multibyte: fix compiler error
 o openssl: cleanup must free compression methods (memory leak) [8]

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:

  Alexander Traud, Daniel Stenberg, Gisle Vanem, Jan Ehrhardt, Marcel Raad,
  Michael Kaufmann, Paul Howarth, Ray Satiro, Steve Holme, Tomas Jakobsson,
  (10 contributors)

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

References to bug reports and discussions on issues:

 [1] = https://curl.haxx.se/mail/lib-2016-05/0113.html
 [2] = https://curl.haxx.se/bug/?i=812
 [3] = https://curl.haxx.se/bug/?i=813
 [4] = https://curl.haxx.se/bug/?i=816
 [5] = https://curl.haxx.se/bug/?i=819
 [6] = https://curl.haxx.se/bug/?i=821
 [7] = https://curl.haxx.se/bug/?i=818
 [8] = https://curl.haxx.se/bug/?i=817