From 466d093a92f3e8ccbb8af026e786bc41708caba6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 3 Sep 2006 22:52:42 +0000 Subject: - "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. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 1d8c39b28..29ede8c5c 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,13 @@ Changelog +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. + Daniel (31 August 2006) - Dmitriy Sergeyev found and fixed a multi interface flaw when using asynch name resolves. It could get stuck in the wrong state. -- cgit v1.2.3