aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdcd853a..7ee1ebbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
ChangeLog
==========
+version 0.4.2 (released 2010-03-15)
+ * Added owner and group information in sftp attributes.
+ * Added missing SSH_OPTIONS_FD option.
+ * Added printout of owner and group in the sftp example.
+ * Added a prepend function for ssh_list.
+ * Added send back replies to openssh's keepalives.
+ * Fixed documentation in scp code
+ * Fixed longname parsing, this only workings with readdir.
+ * Fixed and added support for several identity files.
+ * Fixed sftp_parse_longname() on Windows.
+ * Fixed a race condition bug in ssh_scp_close()
+ * Remove config support for SSHv1 Cipher variable.
+ * Rename ssh_list_add to ssh_list_append.
+ * Rename ssh_list_get_head to ssh_list_pop_head
+
version 0.4.1 (released 2010-02-13)
* Added support for aes128-ctr, aes192-ctr and aes256-ctr encryption.
* Added an example for exec.