aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-16 21:54:39 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-16 21:54:39 +0200
commit684b7f6a578c0ebeb9c69aa477a408d387ca957e (patch)
treebfcce2a300155c6eae2c274be710120e1d6f5bd7
parentb0b2fd768c015a01f17eaa9827a8f5faafa58946 (diff)
downloadlibssh-684b7f6a578c0ebeb9c69aa477a408d387ca957e.tar.gz
libssh-684b7f6a578c0ebeb9c69aa477a408d387ca957e.tar.xz
libssh-684b7f6a578c0ebeb9c69aa477a408d387ca957e.zip
build: Updated changelog.
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31468626..c58eab56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
ChangeLog
==========
+version 0.5.2 (released 2011-09-17)
+ * Increased window size x10.
+ * Fixed SSHv1.
+ * Fixed bugged lists.
+ * Fixed use-after-free + inconsistent callbacks call in poll.
+ * Fixed scp documentation.
+ * Fixed possible infinite loop in channel_read().
+ * Fixed handling of short reads of sftp_async_read().
+ * Fixed handling request service timeout in blocking mode.
+ * Fixed ssh_auth_list() documentation.
+ * Fixed incorrect return values in ssh_channel_write().
+ * Fixed an infinite loop in the termination callback.
+ * Fixed handling of SSH_AGAIN in channel_open().
+ * Fixed "status -5 inflating zlib packet"
+
version 0.5.1 (released 2011-08-09)
* Added checks for NULL pointers in string.c.
* Set the channel max packet size to 32768.