diff options
author | Andreas Schneider <mail@cynapses.org> | 2010-03-15 19:33:49 +0100 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2010-03-15 19:33:49 +0100 |
commit | b9f65b574050ec35310b4749251c3cf77b7ca382 (patch) | |
tree | 4f767495493766bfeaee6a3770aedf9766fbbcd4 | |
parent | 99a58eb325fdb0dce9b291c8ba586f7c239858bc (diff) | |
download | libssh-b9f65b574050ec35310b4749251c3cf77b7ca382.tar.gz libssh-b9f65b574050ec35310b4749251c3cf77b7ca382.tar.xz libssh-b9f65b574050ec35310b4749251c3cf77b7ca382.zip |
Added changelog entries for version 0.4.2.release-0-4-2
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. |