X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=a036f9bec3f080d38e8362f501aacc66c56b340c;hb=720f08b81dda944f5d0f79bd1cf040244fd09365;hp=59542c03e59efd9fa2a1cc2edb3b10f87f2a99a2;hpb=e25b34db9a432b90218abaec5fada6fed3dc44c9;p=umurmur.git diff --git a/ChangeLog b/ChangeLog index 59542c0..a036f9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +0.2.12: +Fix crash at client disconnect using PolarSSL >= 1.2.6 +Fix usage of /dev/urandom for random numbers (PolarSSL) + +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.