aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-09-05 17:57:48 +0200
committerAndreas Schneider <asn@cynapses.org>2010-09-05 17:57:48 +0200
commit62f7eaf1560b556664244083c14f59998a7c35b3 (patch)
tree813b4d6bea487c52746c277cbb12639eab0a4fb2
parent2462b0fbc74fd3f5e88a8e427d3f29f95645c47b (diff)
downloadlibssh-62f7eaf1560b556664244083c14f59998a7c35b3.tar.gz
libssh-62f7eaf1560b556664244083c14f59998a7c35b3.tar.xz
libssh-62f7eaf1560b556664244083c14f59998a7c35b3.zip
misc: Updated the changelog.release-0-4-6
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01ca328f..231ac985 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
ChangeLog
==========
+version 0.4.6 (released 2010-09-03)
+ * Added a cleanup function to free the ws2_32 library.
+ * Fixed build with gcc 3.4.
+ * Fixed the Windows build on Vista and newer.
+ * Fixed the usage of WSAPoll() on Windows.
+ * Fixed "@deprecated" in doxygen
+ * Fixed some mingw warnings.
+ * Fixed handling of opened channels.
+ * Fixed keepalive problem on older openssh servers.
+ * Fixed testing for big endian on Windows.
+ * Fixed the Windows preprocessor macros and defines.
+
version 0.4.5 (released 2010-07-13)
* Added option to bind a client to an ip address.
* Fixed the ssh socket polling function.