From 000363bb208a4de33f401136e7425ba0c8af50ec Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 21 Jul 2019 14:24:53 +0300 Subject: libcurl: update to 7.65.3 --- libs/libcurl/docs/CHANGES | 60 +++++++++++++++-------------------------------- libs/libcurl/docs/THANKS | 1 + 2 files changed, 20 insertions(+), 41 deletions(-) (limited to 'libs/libcurl/docs') diff --git a/libs/libcurl/docs/CHANGES b/libs/libcurl/docs/CHANGES index 57280ebcc6..447b46a526 100644 --- a/libs/libcurl/docs/CHANGES +++ b/libs/libcurl/docs/CHANGES @@ -6,6 +6,25 @@ Changelog +Version 7.65.3 (19 Jul 2019) + +Daniel Stenberg (19 Jul 2019) +- RELEASE-NOTES: 7.65.3 + +- THANKS: 7.65.3 status + +- progress: make the progress meter appear again + + Fix regression caused by 21080e1 + + Reported-by: Chih-Hsuan Yen + Fixes #4122 + Closes #4124 + +- version: bump to 7.65.3 + +- RELEASE-NOTES: Contributors or now 1990 + Version 7.65.2 (17 Jul 2019) Daniel Stenberg (17 Jul 2019) @@ -7994,44 +8013,3 @@ Daniel Stenberg (18 Sep 2018) - examples/http2-pushinmemory: receive HTTP/2 pushed files in memory Closes #3004 - -Daniel Gustafsson (18 Sep 2018) -- darwinssl: Fix realloc memleak - - The reallocation was using the input pointer for the return value, which - leads to a memory leak on reallication failure. Fix by instead use the - safe internal API call Curl_saferealloc(). - - Closes #3005 - Reviewed-by: Daniel Stenberg - Reviewed-by: Nick Zitzmann - -- [Kruzya brought this change] - - examples: Fix memory leaks from realloc errors - - Make sure to not overwrite the reallocated pointer in realloc() calls - to avoid a memleak on memory errors. - -- memory: add missing curl_printf header - - ftp_send_command() was using vsnprintf() without including the libcurl - *rintf() replacement header. Fix by including curl_printf.h and also - add curl_memory.h while at it since memdebug.h depends on it. - - Closes #2999 - Reviewed-by: Daniel Stenberg - -Daniel Stenberg (16 Sep 2018) -- [Si brought this change] - - curl: update --tlsv* descriptions in --help output - - Closes #2994 - -- http: made Curl_add_buffer functions take a pointer-pointer - - ... so that they can clear the original pointer on failure, which makes - the error-paths and their cleanups easier. - - Closes #2992 diff --git a/libs/libcurl/docs/THANKS b/libs/libcurl/docs/THANKS index 16c3c378ee..385ecd8518 100644 --- a/libs/libcurl/docs/THANKS +++ b/libs/libcurl/docs/THANKS @@ -274,6 +274,7 @@ Charles Romestant Chen Prog Chester Liu Chih-Chung Chang +Chih-Hsuan Yen Chris "Bob Bob" Chris Araman Chris Carlmar -- cgit v1.2.3