From ca8f934b89a4e3e3bfd2490e5508b95b908604c7 Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Wed, 30 May 2012 20:52:30 +0300 Subject: [PATCH] Documentation update. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index b11c5fe..f2c8a95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +0.4.0: +- Added support of plug-ins written in C. +- Added plug-ins which provide authentication using SQLite, logging and chat history. +- Improved support of SSL/TLS. This feature became stable and now enabled by default. +- Fixed compilation and work in MS Windows systems. Visual Studio Express 2010 is used. +- Fixed compilation in Debian GNU/kFreeBSD, Debian GNU/Hurd and on s390/s390x architectures. + 0.3.2: - Fixed bugs in the kqueue network backend (OSX/BSD) - Rewrote the configuration backend code.