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