From 6af0f293a6e5bf22526f6b91e4e9daad860afafc Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Wed, 7 Nov 2012 20:24:06 +0100 Subject: [PATCH] Updated changelog for 0.4.1 release. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 65cf427..d97930f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +0.4.1: +- Converted to CMake which replaces Visual Studio project files and GNU makefiles +- Fix issues with SSL causing excessive CPU usage. +- Fix TLS/SSL handshake detection issues +- Fixed crash in mod_chat_only. +- Implemented red-black tree for better performance for certain lookups. +- Better network statistics using the !stats command. +- Improved protocol parsing, especially escape handling. +- Fix cbuffer initialization. +- Install plugins in /usr/lib/uhub, not /var/lib/uhub. +- Improved init scripts and added a upstart script. +- Work-around client security bugs by disallowing UCMD messages from being relayed. +- Added asynchronous DNS resolver. + + 0.4.0: - Cleaned up code generator for config file parsing. - Merge pull request #5 from yorhel/master