Merge branch 'master' of ssh://git.stuge.se/var/lib/git/libssh2

This commit is contained in:
Simon Josefsson 2009-11-17 09:50:12 +01:00
commit 55031fa320

View File

@ -1,27 +1,18 @@
libssh2 1.2.1 libssh2 1.2.2
This release includes the following changes: This release includes the following changes:
o generate and install libssh2.pc o Support for the "aes128-ctr", "aes192-ctr", "aes256-ctr" ciphers
o Support for the "arcfour128" cipher
This release includes the following bugfixes: This release includes the following bugfixes:
o proper return codes returned from several functions o Fix crash when server sends an invalid SSH_MSG_IGNORE message
o return EAGAIN internal cleanup
o added knownhost.c to windows makefiles
o pass private-key to OpenSSL as a filename with BIO_new_file().
o make libssh2_scp_send/recv do blocking mode correctly
o libssh2_channel_wait_closed() could hang
o libssh2_channel_read_ex() must return 0 when closed
o added gettimeofday() function for win32 for the debug trace outputs
o transport layer bug causing invalid -39 (LIBSSH2_ERROR_BAD_USE) errors
o scp examples now loop correctly over libssh2_channel_write()
This release would not have looked like this without help, code, reports and This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these:
Peter Stuge, Neil Gierman, Steven Van Ingelgem, Alexander Lamaison, Simon Josefsson, Bob Alexander
Guenter Knauf, Simon Josefsson
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)