aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-07-14 11:10:22 +0200
committerAndreas Schneider <mail@cynapses.org>2009-07-14 11:10:22 +0200
commit2aec79ce36999649886c23bbefa58dfa62529fc5 (patch)
tree11f6cdf8885a0699da2be7825d819c9207d495d5 /ChangeLog
parentbbcbc8425c435a440d273755722dd08da71f3803 (diff)
downloadlibssh-2aec79ce36999649886c23bbefa58dfa62529fc5.tar.gz
libssh-2aec79ce36999649886c23bbefa58dfa62529fc5.tar.xz
libssh-2aec79ce36999649886c23bbefa58dfa62529fc5.zip
Add missing changelog entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b9e7ef8..34ca2d6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,20 @@
ChangeLog
==========
+version 0.4 (released xxxx-xx-xx)
+ * 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.
+
+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 (released 2009-05-21)
* Added support for ssh-agent authentication.
* Added POSIX like sftp implementation.