aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-01-11 11:06:19 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-01-15 09:57:00 +0100
commite6d17ccc1567e139e5faad711160c37b6472a1e0 (patch)
tree8ac5c0c9a47a048ba084c76f101e29cbf8e8f05e
parent0b0a2d85d004421f3b6535ac34c66f2cf18abbd0 (diff)
downloadlibssh-e6d17ccc1567e139e5faad711160c37b6472a1e0.tar.gz
libssh-e6d17ccc1567e139e5faad711160c37b6472a1e0.tar.xz
libssh-e6d17ccc1567e139e5faad711160c37b6472a1e0.zip
build: Updated the ChangeLog.release-0-4-8
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 280b82a3..29f5c146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
ChangeLog
==========
+version 0.4.8 (released 2011-01-15)
+ * Fixed memory leaks in session signing.
+ * Fixed memory leak in ssh_print_hexa.
+ * Fixed problem with ssh_connect w/ timeout and fd > 1024.
+ * Fixed some warnings on OS/2.
+ * Fixed installation path for OS/2.
+
version 0.4.7 (released 2010-12-28)
* Fixed a possible memory leak in ssh_get_user_home().
* Fixed a memory leak in sftp_xstat.