aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-05-18 18:39:26 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2009-05-18 18:39:26 +0000
commit894b73abe2f3f211e9682350b72e976457cbf02a (patch)
treee8bd3559ee3a9e30034a3a4887cf3694586a181f
parentda4986e4bcfb06135b2e6d7bf77a0340c7bfe3c7 (diff)
downloadlibssh-894b73abe2f3f211e9682350b72e976457cbf02a.tar.gz
libssh-894b73abe2f3f211e9682350b72e976457cbf02a.tar.xz
libssh-894b73abe2f3f211e9682350b72e976457cbf02a.zip
updated changelog + authors
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@767 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog7
2 files changed, 7 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 9775adf2..fd753860 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
Author(s):
-Aris Adamantiadis <aris (at) 0xbadc0de (dot) be> (project initiator)
+Aris Adamantiadis <aris@0xbadc0de.be> (project initiator)
Andreas Schneider <mail@cynapses.org> (developer)
diff --git a/ChangeLog b/ChangeLog
index 5a1dad0b..3feaa3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,15 +11,20 @@ version 0.3 (released xxxx-xx-xx)
a POSIX like function.
* Added a more generic auth callback function.
* Added printf attribute checking for log and error functions.
+ * Added runtime function tracer support.
* Added NSIS build support with CPack.
* Added openssh hashed host support.
- * Added API documentation for all SFTP functions.
+ * Added API documentation for all public functions.
+ * Added asynchronous SFTP read function.
* Added a ssh_bind_set_fd() function.
* Fixed known_hosts parsing.
* Fixed a lot of build warnings.
* Fixed the Windows build.
* Fixed a lot of memory leaks.
* Fixed a double free corruption in the server support.
+ * Fixed the "ssh_accept:" bug in server support.
+ * Fixed important channel bugs.
+ * Refactored the socket handling.
* Switched to CMake build system.
* Improved performance.