From: Daniel Stenberg Date: Thu, 19 Jul 2007 15:08:47 +0000 (+0000) Subject: libssh2 fix X-Git-Tag: curl-7_17_0-preldapfix~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d183bb7b17646ac494f46bbc0cd8d6b4464b459;p=thirdparty%2Fcurl.git libssh2 fix --- diff --git a/CHANGES b/CHANGES index 0fabedee79..b787689ae9 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,9 @@ Dan F (17 July 2007) server's can provide, and should be revisited. Daniel S (17 July 2007) +- Daniel Johnson fixed a bug in how libssh2_session_last_error() was used, in + two places. + - Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made a control connection that was deemed "dead" to yet be re-used in a following request.