aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-05-06 07:22:04 +0000
committerAndreas Schneider <mail@cynapses.org>2009-05-06 07:22:04 +0000
commitae81c4124e08203cb8348b19169ab35793826c01 (patch)
tree416f8d53269c9cc37fcde095d64396c791a93c01 /ChangeLog
parentd75b53805d9cf32785aab3617d54a710850931fc (diff)
downloadlibssh-ae81c4124e08203cb8348b19169ab35793826c01.tar.gz
libssh-ae81c4124e08203cb8348b19169ab35793826c01.tar.xz
libssh-ae81c4124e08203cb8348b19169ab35793826c01.zip
Add channel_read() changes to changelog.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@748 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 781bd835..8c8077e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ version 0.3 (released xxxx-xx-xx)
* Added error checking to all functions.
* Added const to arguments where it was needed.
* Added a channel_get_exit_status() function.
+ * Added a channel_read_buffer() function, channel_read() is now
+ a POSIX like function.
* Added a more generic auth callback function.
* Added printf attribute checking to log and error functions.#
* Added NSIS build support with CPack.
@@ -14,7 +16,7 @@ version 0.3 (released xxxx-xx-xx)
* Added API documentation for all SFTP functions.
* Fixed known_hosts parsing.
* Fixed a lot of build warnings.
- * Fixed Windows build.
+ * Fixed the Windows build.
* Fixed a lot of memory leaks.
* Switched to CMake build system.
* Improved performance.