aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-02-13 12:58:03 +0100
committerAndreas Schneider <mail@cynapses.org>2010-02-13 13:00:10 +0100
commit3e938cb901068c5bf55ce596b292f4001c64445f (patch)
tree5dab05b4d866b17d8342741477653ffaeaaa7869 /ChangeLog
parent452b16ede223bf5cfd72258a29ef022a4fc9dc23 (diff)
downloadlibssh-3e938cb901068c5bf55ce596b292f4001c64445f.tar.gz
libssh-3e938cb901068c5bf55ce596b292f4001c64445f.tar.xz
libssh-3e938cb901068c5bf55ce596b292f4001c64445f.zip
Added ChangeLog entries for 0.4.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2560d5cc..bdcd853a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,20 @@
ChangeLog
==========
+version 0.4.1 (released 2010-02-13)
+ * Added support for aes128-ctr, aes192-ctr and aes256-ctr encryption.
+ * Added an example for exec.
+ * Added private key type detection feature in privatekey_from_file().
+ * Fixed zlib compression fallback.
+ * Fixed kex bug that client preference should be prioritary
+ * Fixed known_hosts file set by the user.
+ * Fixed a memleak in channel_accept().
+ * Fixed underflow when leave_function() are unbalanced
+ * Fixed memory corruption in handle_channel_request_open().
+ * Fixed closing of a file handle case of errors in privatekey_from_file().
+ * Fixed ssh_get_user_home_dir() to be thread safe.
+ * Fixed the doxygen documentation.
+
version 0.4.0 (released 2009-12-10)
* Added scp support.
* Added support for sending signals (RFC 4254, section 6.9).