aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-12-24 07:55:41 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-12-24 07:59:04 +0100
commit68fc17caac6d87e7cfe4a89113127625c00b4dd5 (patch)
tree1c19228e0837ee74267fe785a0f1ecbb8a4705dd /ChangeLog
parentd3277127392109ac9cf2326cfaa3e770a8509fd4 (diff)
downloadlibssh-0.8.6.tar.gz
libssh-0.8.6.tar.xz
libssh-0.8.6.zip
Bump version to 0.8.6libssh-0.8.6
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 256cd657..e792ad50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
ChangeLog
==========
+version 0.8.6 (released 2018-12-24)
+ * Fixed compilation issues with different OpenSSL versions
+ * Fixed StrictHostKeyChecking in new knownhosts API
+ * Fixed ssh_send_keepalive() with packet filter
+ * Fixed possible crash with knownhosts options
+ * Fixed issus with rekeying
+ * Fixed strong ECDSA keys
+ * Fixed some issues with rsa-sha2 extentions
+ * Fixed access violation in ssh_init() (static linking)
+ * Fixed ssh_channel_close() handling
+
version 0.8.5 (released 2018-10-29)
* Added support to get known_hosts locations with ssh_options_get()
* Fixed preferred algorithm for known hosts negotiations