aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-02-03 09:47:09 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-02-03 09:47:09 +0100
commit40164c348ecc2708a3ddf533d179d570a8adbc55 (patch)
treedae86f27f6121918c8944357ac54789589eff27c
parent9d7f873fd39d867aab9a3f59e999e149fd99f34e (diff)
downloadlibssh-40164c348ecc2708a3ddf533d179d570a8adbc55.tar.gz
libssh-40164c348ecc2708a3ddf533d179d570a8adbc55.tar.xz
libssh-40164c348ecc2708a3ddf533d179d570a8adbc55.zip
Update ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9043d36..c1c38f8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
ChangeLog
==========
+version 0.7.4 (released 2017-02-03)
+ * Added id_ed25519 to the default identity list
+ * Fixed sftp EOF packet handling
+ * Fixed ssh_send_banner() to confirm with RFC 4253
+ * Fixed some memory leaks
version 0.7.3 (released 2016-01-23)
* Fixed CVE-2016-0739