Merge pull request #25 from fmorgner/ipv4
[umurmur.git] / ChangeLog
index ee1fa4d18130e97ece85633436a65a8f4923da53..5cbc972bb5c8df05ce034d0a19704168f8c19758 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,26 @@
+0.2.13:
+Fix Opus not working.
+Add timestamp when logging to file.
+
+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: