aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-09 14:46:26 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-09 14:46:26 +0200
commite5a2aef1bf80f23545cd1eb35bc68505a71e65ec (patch)
treebdcc6d994a6b3c6fb8fc070462e578586aeb35a0
parentedb03bd2245a27e2094a170d7a8bf9b89f1dee0f (diff)
downloadlibssh-e5a2aef1bf80f23545cd1eb35bc68505a71e65ec.tar.gz
libssh-e5a2aef1bf80f23545cd1eb35bc68505a71e65ec.tar.xz
libssh-e5a2aef1bf80f23545cd1eb35bc68505a71e65ec.zip
build: Updated ChangeLog.
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
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.