Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
c514af5a
Unverified
Commit
c514af5a
authored
Oct 22, 2017
by
Daniel Stenberg
Browse files
RELEASE-NOTES: 7.56.1
parent
adbfb428
Changes
2
Hide whitespace changes
Inline
Side-by-side
RELEASE-NOTES
View file @
c514af5a
...
...
@@ -4,14 +4,11 @@ Curl and libcurl 7.56.1
Command line options: 211
curl_easy_setopt() options: 249
Public functions in libcurl: 74
Contributors: 1618
This release includes the following changes:
o
Contributors: 1626
This release includes the following bugfixes:
o imap: if a FETCH response has no size, don't call write callback [32]
o ftp: UBsan fixup 'pointer index expression overflowed [1]
o failf: skip the sprintf() if there are no consumers [2]
o fuzzer: move to using external curl-fuzzer [3]
...
...
@@ -54,6 +51,13 @@ This release includes the following bugfixes:
o makefile.m32: allow to override gcc, ar and ranlib [29]
o setopt: avoid integer overflows when setting millsecond values [30]
o setopt: range check most long options [31]
o ftp: reject illegal IP/port in PASV 227 response [33]
o mime: do not reuse previously computed multipart size [34]
o vtls: change struct Curl_ssl `close' field name to `close_one'
o os400: add missing symbols in config file
o mime: limit bas64-encoded lines length to 76 characters
o mk-ca-bundle: Remove URL for aurora [35]
o mk-ca-bundle: Fix URL for NSS [36]
This release includes the following known bugs:
...
...
@@ -62,11 +66,12 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
Alexey Melnichuk, Artak Galoyan, Benbuck Nason, Christian Schmitz,
Dan Fandrich, Daniel Stenberg, David Benjamin, Felix Kaiser, Javier Sixto,
Jeroen Ooms, Kristiyan Tsaklev, Marcel Raad, Max Dymond, Nick Zitzmann,
Patrick Monnerat, Viktor Szakáts, Wyatt O'Day, Zenju on github,
(18 contributors)
Alexey Melnichuk, Artak Galoyan, Benbuck Nason, Brian Carpenter,
Christian Schmitz, Dan Fandrich, Daniel Stenberg, David Benjamin,
Felix Kaiser, Javier Sixto, Jeroen Ooms, Jon DeVree, Kristiyan Tsaklev,
Marcel Raad, Max Dymond, Nick Zitzmann, Patrick Monnerat, Viktor Szakáts,
Wyatt O'Day, Zenju on github, 0xd34db347
(21 contributors)
Thanks! (and sorry if I forgot to mention someone)
...
...
@@ -103,3 +108,8 @@ References to bug reports and discussions on issues:
[29] = https://curl.haxx.se/bug/?i=1993
[30] = https://curl.haxx.se/bug/?i=1938
[31] = https://curl.haxx.se/bug/?i=1938
[32] = https://curl.haxx.se/docs/adv_20171023.html
[33] = https://curl.haxx.se/bug/?i=1997
[34] = https://curl.haxx.se/bug/?i=1999
[35] = https://curl.haxx.se/bug/?i=1998
[36] = https://curl.haxx.se/bug/?i=1998
docs/THANKS-filter
View file @
c514af5a
...
...
@@ -76,3 +76,4 @@ s/ERAMOTO Masaya$/Eramoto Masaya/
s/shachaf on github$/Shachaf Ben-Kiki/
s/CarloCannas on github$/Carlo Cannas/
s/Henrik S. Gaßmann$/Henrik Gaßmann/
s/moteus on github/Alexey Melnichuk/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment