From 10e27f26bebd05dd87b00f532de23b2bdd6f7de6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 12 Jul 2010 09:48:22 +0200 Subject: [PATCH] build: Updated ChangeLog. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9b22706e..01ca328f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ ChangeLog ========== +version 0.4.5 (released 2010-07-13) + * Added option to bind a client to an ip address. + * Fixed the ssh socket polling function. + * Fixed Windows related bugs in bsd_poll(). + * Fixed serveral build warnings. + version 0.4.4 (released 2010-06-01) * Fixed a bug in the expand function for escape sequences. * Fixed a bug in the tilde expand function.