Fix miscellaneous bugs in src/channel.c and src/packet.c

Courtessy David Robins
This commit is contained in:
Sara Golemon
2005-11-02 00:26:24 +00:00
parent edcdf43264
commit f9d65b0984
3 changed files with 12 additions and 1 deletions

7
README
View File

@@ -1,6 +1,13 @@
libssh2 - SSH2 library
======================
Version 0.13
------------
Fixed channel not being marked closed when CHANNEL_CLOSE package cannot be sent. (David Robins)
Fixed payload packet allocation bug when invalid packet length received. (David Robins)
Version 0.12
------------