aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-04-29 12:23:50 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-04-29 12:23:50 +0200
commit6b49863bb0375e0abd37a7a8d85007d323fd42c4 (patch)
treefdb446a8f554d8a28da13ac34923985f8827f16d
parente9d16bd3439205ce7e75017405b1ac6ed5ead062 (diff)
downloadlibssh-6b49863bb0375e0abd37a7a8d85007d323fd42c4.tar.gz
libssh-6b49863bb0375e0abd37a7a8d85007d323fd42c4.tar.xz
libssh-6b49863bb0375e0abd37a7a8d85007d323fd42c4.zip
Update Changelog
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27e89dc9..d7a13d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
ChangeLog
==========
+version 0.6.5 (released 2015-04-29)
+ * Fixed CVE-2015-3146
+ * Fixed port handling in config file
+ * Fixed the build with libgcrypt
+ * Fixed SFTP endian issues (rlo #179)
+ * Fixed uninitilized sig variable (rlo #167)
+ * Fixed polling issues which could result in a hang
+ * Fixed handling of EINTR in ssh_poll() (rlo #186)
+ * Fixed C99 issues with __func__
+ * Fixed some memory leaks
+ * Improved macro detection on Windows
+
version 0.6.4 (released 2014-12-19)
* Fixed CVE-2014-8132.
* Added SHA-2 for session ID signing with ECDSA keys.