X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=b665ea0f9f9df1b1bdd366c7a5cd6a4d89b2ade2;hb=cb1c5a3fb9bd38f05601b93d1ddc35b828a270de;hp=a036f9bec3f080d38e8362f501aacc66c56b340c;hpb=c24acf260de3bad09b25224cc8c8638597b0fab2;p=umurmur.git diff --git a/ChangeLog b/ChangeLog index a036f9b..b665ea0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +0.2.15: +IPv6 dual-stack support (fmorgner). +CMake build system added alongside Autotools (fmorgner). +Update to use Protobuf-C 1.0.0. + +0.2.14: +Add 'silent' option to channel configuration. +Add 'position' option to channel configuration. +Support PolarSSL 1.3.x. +Handle PolarSSL compiled with zlib-support. +Use CLOCK_MONOTONIC instead of gettimeofday() which can cause mayhem if + time changes dramatically, e.g. when synchronizing with time + server. +Add support for certificate chain delivery for OpenSSL via new option 'ca_path'. + +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)