From: Daniel Stenberg Date: Mon, 4 Sep 2006 06:17:55 +0000 (+0000) Subject: proper credit X-Git-Tag: curl-7_15_6-prepipeline~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30ac7eced1d2d1bcce7cd29238a922bc64c63abe;p=thirdparty%2Fcurl.git proper credit --- diff --git a/CHANGES b/CHANGES index 29ede8c5cb..ea96e1c060 100644 --- a/CHANGES +++ b/CHANGES @@ -8,11 +8,11 @@ Daniel (4 September 2006) -- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that - while not fixing things very nicely, it does make the SOCKS5 proxy - connection slightly better as it now acknowledges the timeout for connection - and it no longer segfaults in the case when SOCKS requires authentication - and you did not specify username:password. +- Dmitry Rechkin (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a + patch that while not fixing things very nicely, it does make the SOCKS5 + proxy connection slightly better as it now acknowledges the timeout for + connection and it no longer segfaults in the case when SOCKS requires + authentication and you did not specify username:password. Daniel (31 August 2006) - Dmitriy Sergeyev found and fixed a multi interface flaw when using asynch diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6ac3a39154..20c2efc769 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -42,6 +42,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse, Andrew Biggs, - Peter Sylvester, David McCreedy, Dmitriy Sergeyev + Peter Sylvester, David McCreedy, Dmitriy Sergeyev, Dmitry Rechkin Thanks! (and sorry if I forgot to mention someone)