RELEASE-NOTES: updated for 1.4.1 release

This commit is contained in:
Daniel Stenberg
2012-04-04 22:43:11 +02:00
parent acd9bd6104
commit c8cc30c996

View File

@@ -1,30 +1,28 @@
libssh2 1.4.0 libssh2 1.4.1
This release includes the following changes:
o Added libssh2_session_supported_algs()
o Added libssh2_session_banner_get()
o Added libssh2_sftp_get_channel()
o libssh2.h: bump the default window size to 256K
This release includes the following bugfixes: This release includes the following bugfixes:
o sftp-seek: clear EOF flag o build error with gcrypt backend
o userauth: Provide more informations if ssh pub key extraction fails o always do "forced" window updates to avoid corner case stalls
o ssh2_exec: skip error outputs for EAGAIN o aes: the init function fails when OpenSSL has AES support
o LIBSSH2_SFTP_PACKET_MAXLEN: increase to 80000 o transport_send: Finish in-progress key exchange before sending data
o knownhost_check(): Don't dereference ext if NULL is passed o channel_write: acknowledge transport errors
o knownhost_add: Avoid dereferencing uninitialized memory on error path o examples/x11.c: Make sure sizeof passed to read operation is correct
o OpenSSL EVP: fix threaded use of structs o examples/x11.c:,Fix suspicious sizeof usage
o _libssh2_channel_read: react on errors from receive_window_adjust o sftp_packet_add: verify the packet before accepting it
o sftp_read: cap the read ahead maximum amount o SFTP: preserve the original error code more
o _libssh2_channel_read: fix non-blocking window adjusting o sftp_packet_read: adjust window size as necessary
o Use safer snprintf rather then sprintf in several places
o Define and use LIBSSH2_INVALID_SOCKET instead of INVALID_SOCKET
o sftp_write: cannot return acked data *and* EAGAIN
o sftp_read: avoid data *and* EAGAIN
o libssh2.h: Add missing prototype for libssh2_session_banner_set()
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:
Gellule Xg, Jernej Kovacic, Peter Krempa, Vincent Torri, Kamil Dudka, Armen Babakhanian, Paul Howarth, Matthew Booth, Steven Dake, Peter Stuge,
Peter Stuge, Guenter Knauf, John Engstrom, Alexander Lamaison, Matt Lawson, Tom Weber, Alexander Lamaison
Mikhail Gusarov
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)