Add opus_threshold to example config.
[umurmur.git] / ChangeLog
index 13a19fe1b979a0ae88e71c95554efaf862c4d0e8..c7ba49612cb2acd22b3b50617e365af2b4a503f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+0.2.11:
+Support Mumble protocol 1.2.4.
+Support Opus codec.
+Add config file option for 'Opus threshold'.
+Support PolarSSL 1.2.x.
+Remove support for PolarSSL versions prior to 1.0.0.
+Fix disconnect when using PTT.
+Fix possible crash when many clients disconnects simultaneously.
+Fix error message at client disconnect when using OpenSSL.
+Autoconf './configure' switches added:
+--enable-polarssl-test-certificate - use and link the PolarSSL
+       test certificate. Not used by default, causing umurmurd to exit
+       with error if no certificate and/or key file is found.
+--enable-polarssl-havege - use PolarSSL's HAVEGE random number
+       generator. Defaults to /dev/urandom.
++ some other fixes.
+
+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 = "<password>";' in channel configuration.
 Remove pointless CA cert handling with PolarSSL. Did not work anyway...