]> granicus.if.org Git - curl/commitdiff
RELEASE-NOTES: 7.56.1 curl-7_56_1
authorDaniel Stenberg <daniel@haxx.se>
Sun, 22 Oct 2017 14:20:04 +0000 (16:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Oct 2017 05:51:20 +0000 (07:51 +0200)
RELEASE-NOTES
docs/THANKS-filter

index 3ec4fd630144d42774bfc1a64e859b44dec8fc52..7da35d2ebb263f5e5d760aa4bbc8023396e7d831 100644 (file)
@@ -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
index 3ff912214adb6437c4280ae0c2f2146356b07003..4c447be685f723b53bb1eaba48c7e9310514d7da 100644 (file)
@@ -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/