aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-19 15:08:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-19 15:08:47 +0000
commit9d183bb7b17646ac494f46bbc0cd8d6b4464b459 (patch)
treef4fec551945c063220ce345b3a4ec5edc2567c08 /CHANGES
parentc7db74fe73a41cf54fea68c68bc4caefbaa85083 (diff)
libssh2 fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0fabedee7..b787689ae 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.