From: Daniel Stenberg Date: Mon, 21 Feb 2022 10:09:52 +0000 (+0100) Subject: RELEASE-NOTES: fix typo and make one desc shorter X-Git-Tag: curl-7_82_0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441db4652c1716c4a97d1f8db7f7bbed3ce53beb;p=thirdparty%2Fcurl.git RELEASE-NOTES: fix typo and make one desc shorter --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 98361ebe01..fdb0438528 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -146,7 +146,7 @@ This release includes the following bugfixes: o setopt: do bounds-check before strdup [99] o setopt: fix the TLSAUTH #ifdefs for proxy-disabled builds [53] o sha256: Fix minimum OpenSSL version [102] - o smb: passing a socket for writing and reading data instead of FIRSTSOCKET [90] + o smb: pass socket for writing and reading data instead of FIRSTSOCKET [90] o ssl: reduce allocated space for ssl backend when FTP is disabled [127] o test3021: disable all msys2 path transformation o test374: gif data without new line at the end [20] @@ -160,7 +160,7 @@ This release includes the following bugfixes: o url: keep trailing dot in host name [62] o url: make Curl_disconnect return void [48] o urlapi: handle "redirects" smarter [119] - o urldata: CONN_IS_PROXIED replaces bits.close when proxy can be disabled [52] + o urldata: CONN_IS_PROXIED replaces bits.proxy when proxy can be disabled [52] o urldata: remove conn->bits.user_passwd [105] o version_win32: fix warning for `CURL_WINDOWS_APP` [93] o vtls: pass on the right SNI name [61]