From 408829e330ae4171b145bfd423c344b286ba81a8 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Sat, 21 Mar 2009 03:59:12 +0100 Subject: [PATCH] Another 0.2.7 candidate. Signed-off-by: Jan Vidar Krey --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e77c261..6ce4f73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ 0.2.7: +- Fixed a nasty crash (bug #11), Thanks Toast for finding it. +- Fix bug #9 - net_get_peer_address() failure on CentOS/Xen configurations. +- Write a log message if an operator reloads the config file. +- Don't print OK or ERROR when using '-s' or '-S' show the configuration. +- Cleanup credential string handling +- Made sure "!help" only display accessible commands. +- Cleanup in-hub command parsing +- Fix a possible crash if multiple INF messages are sent during login. +- Rewrote the mainloop to not use a timer. 0.2.6: