X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=c7ba49612cb2acd22b3b50617e365af2b4a503f0;hb=97560b4538f657699e21acbe67f079257830e01c;hp=ee1fa4d18130e97ece85633436a65a8f4923da53;hpb=fceac9f0133c4441e6c89392f4c85da3600a5183;p=umurmur.git diff --git a/ChangeLog b/ChangeLog index ee1fa4d..c7ba496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,16 @@ 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: