Skip to content

Commit 801bd51

Browse files
committed
RELEASE-NOTES: synced
curl 7.81.0 release
1 parent 36411bf commit 801bd51

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

RELEASE-NOTES

+9-5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This release includes the following bugfixes:
3232
o curl_easy_cleanup.3: remove from multi handle first [3]
3333
o curl_easy_escape.3: call curl_easy_cleanup in example [58]
3434
o curl_easy_unescape.3: call curl_easy_cleanup in example [57]
35+
o curl_multi_init.3: fix EXAMPLE formatting
3536
o curl_multi_perform/socket_action.3: clarify what errors mean [70]
3637
o curl_share_setopt.3: split out options into their own manpages [14]
3738
o CURLOPT_STDERR.3: does not work with libcurl as a win32 DLL [51]
@@ -102,6 +103,7 @@ This release includes the following bugfixes:
102103
o rustls: remove comment about checking handshaking [15]
103104
o rustls: remove incorrect EOF check [10]
104105
o sha256/md5: return errors when init fails [79]
106+
o socks5: use appropriate ATYP for numerical IP address host names [91]
105107
o test1156: enable for hyper [65]
106108
o test1156: fixup the stdout check for Windows [60]
107109
o test1525: tweaked for hyper [64]
@@ -147,11 +149,12 @@ advice from friends like these:
147149
Leszek Kubik, lllaffer on github, Marcelo Juchem, Marcel Raad, Marc Hörsken,
148150
Mark Dodgson, Matt Holt, Melroy van den Berg, Michał Antoniak,
149151
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)
155158

156159
References to bug reports and discussions on issues:
157160

@@ -245,6 +248,7 @@ References to bug reports and discussions on issues:
245248
[88] = https://curl.se/bug/?i=8177
246249
[89] = https://curl.se/bug/?i=8171
247250
[90] = https://curl.se/bug/?i=8215
251+
[91] = https://curl.se/bug/?i=8216
248252
[92] = https://curl.se/bug/?i=8215
249253
[93] = https://curl.se/bug/?i=8214
250254
[94] = https://curl.se/bug/?i=8207

0 commit comments

Comments
 (0)