From 2b414db02ed8e4871f7017f64ae8d702ae9ecfb3 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 20 Jan 2005 21:35:24 +0000 Subject: [PATCH] BFN --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index bb83998..c41a47d 100644 --- a/README +++ b/README @@ -1,6 +1,13 @@ libssh2 - SSH2 library ====================== +Version 0.6 +----------- + + Fixed client to server channel windowing. Pervent send queue overruns. + + Swapped banner send/receive order (send first, then wait for response). + Version 0.5 -----------