From e5a2aef1bf80f23545cd1eb35bc68505a71e65ec Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 9 Aug 2011 14:46:26 +0200 Subject: build: Updated ChangeLog. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17a7dcf4..31468626 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,21 @@ ChangeLog ========== +version 0.5.1 (released 2011-08-09) + * Added checks for NULL pointers in string.c. + * Set the channel max packet size to 32768. + * Don't (de)compress empty buffers. + * Fixed ssh_scp_write so it works when doing recursive copy. + * Fixed another source of endless wait. + * Fixed an endless loop in case of a channel_open error. + * Fixed session timeout handling. + * Fixed ssh_channel_from_local() loop. + * Fixed permissions of scp example when we copy a file. + * Workaround ssh_get_user_home_dir on LDAP users. + * Added pkg-config support for libssh_threads. + * Fixed compilation without server and sftp modes. + * Fix static .lib overwriting on Windows. + version 0.5.0 (released 2011-06-01) * Added ssh_ prefix to all functions. * Added complete Windows support. -- cgit