From 62f7eaf1560b556664244083c14f59998a7c35b3 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 5 Sep 2010 17:57:48 +0200 Subject: [PATCH] misc: Updated the changelog. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.