aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-05-05 14:21:05 +0000
committerAndreas Schneider <mail@cynapses.org>2009-05-05 14:21:05 +0000
commitd75b53805d9cf32785aab3617d54a710850931fc (patch)
tree8449d30031454e725e60e3d94c2aac838a565f1f
parentbc0491c098cdd8e387bd6dcd234ec402babe4be2 (diff)
downloadlibssh-d75b53805d9cf32785aab3617d54a710850931fc.tar.gz
libssh-d75b53805d9cf32785aab3617d54a710850931fc.tar.xz
libssh-d75b53805d9cf32785aab3617d54a710850931fc.zip
Add more changelog entries for 0.3.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@747 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a496f9ec..781bd835 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,17 @@ 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.
- * Several bugfixes.
+ * Added a more generic auth callback function.
+ * Added printf attribute checking to log and error functions.#
+ * Added NSIS build support with CPack.
+ * Added openssh hashed host support.
+ * Added API documentation for all SFTP functions.
+ * Fixed known_hosts parsing.
+ * Fixed a lot of build warnings.
+ * Fixed Windows build.
+ * Fixed a lot of memory leaks.
+ * Switched to CMake build system.
+ * Improved performance.
version 0.2 (released 2007-11-29)
* General cleanup