X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=6fc20d90c3308c8d690fcd2925e1e66cd3bf15a4;hb=d6d2c9eaaecedb79a4e19c47f37eaa547638b18f;hp=6bb5d4ce06afd7712c72fb15e7a9d15724a9f4fb;hpb=b774bb9444d2979d57f36d41475c861a8fd8f0ef;p=umurmur.git diff --git a/ChangeLog b/ChangeLog index 6bb5d4c..6fc20d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +0.2.9: +Fix compile on *BSD (J Sisson). +Fix building on OS X. +Support for PolarSSL 1.1.x. +Admin user via token password. +Mute/deafen/kick and optionally ban for admin user. +Optionally save banlist to file. +Bans via IP and user certificate. +Banlist editing in Mumble. +Option added to disallow text messages. +Release codename added. +Some other random fixes e.g. 'self deaf' also 'self mutes'. + +0.2.8: +Add channel passwords support. 'password = "";' in channel configuration. +Remove pointless CA cert handling with PolarSSL. Did not work anyway... +Add support for PolarSSL v1.x.x. v0.x.x is still supported. +Fix portability issues in configure script. Add poll.h to header checks. +Fix unneccesary fatal exit when client is disconnected due to SSL error. +Add configuration test flag to umurmurd (-t). + 0.2.7: Autotools build system implemented by Diaoul Add configuration option to log to file.