X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=59542c03e59efd9fa2a1cc2edb3b10f87f2a99a2;hb=a8c38b45d2517dd09a6db252c9f9d96b9853c92d;hp=13a19fe1b979a0ae88e71c95554efaf862c4d0e8;hpb=60aae12f64796bca7e8aed516f2b294120245957;p=umurmur.git diff --git a/ChangeLog b/ChangeLog index 13a19fe..59542c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +0.2.10: +Update version string everywhere. +Better logging when connection fails. +Update Changelog! + +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...