aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-10-06 15:44:12 +0200
committerAndreas Schneider <mail@cynapses.org>2009-10-06 15:44:12 +0200
commit876f843f237f1eb7253dc6323b2c49faff8e0d49 (patch)
tree5352bf5b87107ebfe1cf7993e5bfc4b081290438 /ChangeLog
parent0e2e0983f35b06ee97ac53427649ffeb9a28eb64 (diff)
downloadlibssh-876f843f237f1eb7253dc6323b2c49faff8e0d49.tar.gz
libssh-876f843f237f1eb7253dc6323b2c49faff8e0d49.tar.xz
libssh-876f843f237f1eb7253dc6323b2c49faff8e0d49.zip
Update ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog54
1 files changed, 53 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 34ca2d6a..ab3875a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,62 @@ ChangeLog
==========
version 0.4 (released xxxx-xx-xx)
+ * Added scp support.
+ * Added support for sending signals (RFC 4254, section 6.9).
+ * Added MSVC support.
+ * Added support for ~/.ssh/config.
+ * Added sftp extension support.
+ * Added X11 forwarding support for client.
+ * Added forward listening.
+ * Added support for openssh extensions (statvfs, fstatvfs).
+ * Added a cleaned up interface for setting options.
* Added a generic way to handle sockets asynchronously.
* Added logging of the sftp flags used to open a file.
- * Added poll() full support and poll-emulation for win32.
+ * Added full poll() support and poll-emulation for win32.
+ * Added missing 64bit functions in sftp.
+ * Added support for ~/ and SSH_DIR/ in filenames instead of %s/.
+ * Fixed Fix channel_get_exit_status bug.
+ * Fixed calltrace logging to make it optional.
+ * Fixed compilation on Solaris.
+ * Fixed resolving of ip addresses.
+ * Fixed libssh compilation without server support.
+ * Fixed possible memory corruptions (ticket #14).
+version 0.3.4 (released 2009-09-14)
+ * Added ssh_basename and ssh_dirname.
+ * Added a portable ssh_mkdir function.
+ * Added a sftp_tell64() function.
+ * Added missing NULL pointer checks to crypt_set_algorithms_server.
+ * Fixed ssh_write_knownhost if ~/.ssh doesn't exist.
+ * Fixed a possible integer overflow in buffer_get_data().
+ * Fixed possible security bug in packet_decrypt().
+ * Fixed a possible stack overflow in agent code.
+
+version 0.3.3 (released 2009-08-18)
+ * Fixed double free pointer crash in dsa_public_to_string.
+ * Fixed channel_get_exit_status bug.
+ * Fixed ssh_finalize which didn't clear the flag.
+ * Fixed memory leak introduced by previous bugfix.
+ * Fixed channel_poll broken when delayed EOF recvd.
+ * Fixed stupid "can't parse known host key" bug.
+ * Fixed possible memory corruption (ticket #14).
+
+version 0.3.2 (released 2009-08-05)
+ * Added ssh_init() function.
+ * Added sftp_readlink() function.
+ * Added sftp_symlink() function.
+ * Fixed ssh_write_knownhost().
+ * Fixed compilation on Solaris.
+ * Fixed SSHv1 compilation.
+
+version 0.3.1 (released 2009-07-14)
+ * Added return code SSH_SERVER_FILE_NOT_FOUND.
+ * Fixed compilation of SSHv1.
+ * Fixed several memory leaks.
+ * Fixed possible infinite loops.
+ * Fixed a possible crash bug.
+ * Fixed build warnings.
+ * Fixed cmake on BSD.
version 0.3.1 (released 2009-07-14)
* Added return code SSH_SERVER_FILE_NOT_FOUND.
* Fixed compilation of SSHv1.