aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-06-11 09:57:23 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-07-26 08:42:26 +0200
commitf17788adc2ac7c67bf891c55a9114fc469a473aa (patch)
tree9316e23e7c66f7ccf37b9b2e77cf090867b26bf4
parent23e0053a419b38bda11bbabe3baba9681d7f8fa1 (diff)
downloadlibssh-f17788adc2ac7c67bf891c55a9114fc469a473aa.tar.gz
libssh-f17788adc2ac7c67bf891c55a9114fc469a473aa.tar.xz
libssh-f17788adc2ac7c67bf891c55a9114fc469a473aa.zip
Update ChangeLog.libssh-0.5.5
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94603b25..0d17d44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
ChangeLog
==========
+version 0.5.5 (released 2013-07-26)
+ * BUG 103: Fix ProxyCommand parsing.
+ * Fix setting -D_FORTIFY_SOURCE=2.
+ * Fix pollset error return if emtpy.
+ * Fix NULL pointer checks in channel functions.
+ * Several bugfixes.
+
version 0.5.4 (released 2013-01-22)
* CVE-2013-0176 - NULL dereference leads to denial of service
* Fixed several NULL pointer dereferences in SSHv1.