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 -----------