@@ -32,6 +32,7 @@ This release includes the following bugfixes:
32
32
o curl_easy_cleanup.3: remove from multi handle first [3]
33
33
o curl_easy_escape.3: call curl_easy_cleanup in example [58]
34
34
o curl_easy_unescape.3: call curl_easy_cleanup in example [57]
35
+ o curl_multi_init.3: fix EXAMPLE formatting
35
36
o curl_multi_perform/socket_action.3: clarify what errors mean [70]
36
37
o curl_share_setopt.3: split out options into their own manpages [14]
37
38
o CURLOPT_STDERR.3: does not work with libcurl as a win32 DLL [51]
@@ -102,6 +103,7 @@ This release includes the following bugfixes:
102
103
o rustls: remove comment about checking handshaking [15]
103
104
o rustls: remove incorrect EOF check [10]
104
105
o sha256/md5: return errors when init fails [79]
106
+ o socks5: use appropriate ATYP for numerical IP address host names [91]
105
107
o test1156: enable for hyper [65]
106
108
o test1156: fixup the stdout check for Windows [60]
107
109
o test1525: tweaked for hyper [64]
@@ -147,11 +149,12 @@ advice from friends like these:
147
149
Leszek Kubik, lllaffer on github, Marcelo Juchem, Marcel Raad, Marc Hörsken,
148
150
Mark Dodgson, Matt Holt, Melroy van den Berg, Michał Antoniak,
149
151
Nicolas Sterchele, nimaje on github, Patrick Monnerat, Paul Howarth,
150
- Ray Satiro, RekGRpth on github, Rikard Falkeborn, Ryan Sleevi, Stan Hu,
151
- Stefan Eissing, Stefan Huber, Stephane Pellegrino, Stephen M. Coakley,
152
- Tobias Nießen, Valentin Richter, Viktor Szakats, Vincent Grande,
153
- Vladimir Panteleev, Wyatt O'Day, x2018 on github, Yongkang Huang,
154
- (52 contributors)
152
+ Peter Piekarski, Ray Satiro, RekGRpth on github, Rikard Falkeborn,
153
+ Ryan Sleevi, Stan Hu, Stefan Eissing, Stefan Huber, Stephane Pellegrino,
154
+ Stephen M. Coakley, Tobias Nießen, Valentin Richter, Viktor Szakats,
155
+ Vincent Grande, Vladimir Panteleev, Wyatt O'Day, x2018 on github,
156
+ Yongkang Huang,
157
+ (53 contributors)
155
158
156
159
References to bug reports and discussions on issues:
157
160
@@ -245,6 +248,7 @@ References to bug reports and discussions on issues:
245
248
[88] = https://curl.se/bug/?i=8177
246
249
[89] = https://curl.se/bug/?i=8171
247
250
[90] = https://curl.se/bug/?i=8215
251
+ [91] = https://curl.se/bug/?i=8216
248
252
[92] = https://curl.se/bug/?i=8215
249
253
[93] = https://curl.se/bug/?i=8214
250
254
[94] = https://curl.se/bug/?i=8207
0 commit comments