aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-27 20:08:58 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-27 20:08:58 +0100
commit4362d764169b9c43508f97d20807ca48efe5fb8b (patch)
tree4d26128080caf0b393a063020c0167377ae15c4d /ChangeLog
parentda3b2d68a3ec750186448eadf6e92a118dcd6ef1 (diff)
downloadlibssh-4362d764169b9c43508f97d20807ca48efe5fb8b.tar.gz
libssh-4362d764169b9c43508f97d20807ca48efe5fb8b.tar.xz
libssh-4362d764169b9c43508f97d20807ca48efe5fb8b.zip
build: Prepare libssh 0.4.7 release.release-0-4-7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 231ac985..280b82a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
ChangeLog
==========
+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.
+ * Fixed uninitialized fd->revents member.
+ * Fixed timout value in ssh_channel_accept().
+ * Fixed length checks in ssh_analyze_banner().
+ * Fixed a possible data overread and crash bug.
+ * Fixed setting max_fd which breaks ssh_select().
+ * Fixed some pedantic build warnings.
+ * Fixed a memory leak with session->bindaddr.
+
version 0.4.6 (released 2010-09-03)
* Added a cleanup function to free the ws2_32 library.
* Fixed build with gcc 3.4.