X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=84dd2cc9ce81868fb1f1f294c25242ba2e066999;hb=97729daab63f49323ca6bee7859260653e5090a1;hp=3a6901c4617ef55e80e21ad477531da7f40a0a93;hpb=5117d6fb13b7c2f88caea6cdcc15e2d6c433f6c0;p=umurmur.git diff --git a/ChangeLog b/ChangeLog index 3a6901c..84dd2cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,26 @@ +0.2.16: +[FIX] Reworked timestamping code (fatbob313) +[FIX] Banning works again when using IPv6 (fatbob313 and fmorgner) +[NEW] Sharedmemory API (snowblind) + to enable use: + - '--with-shmapi' with Autotools + - '-DENABLE_SHAREDMEMORY_API=on' with CMake + The shm API allows you to use/write tools that communicate directly with + umurmurd. For an example, see: http://github.com/umurmur/umurmur-monitor +[NEW] GnuTLS backend (fmorgner) +[NEW] SELinux type-enforcement rules for umurmur (fmorgner) + The SELinux rules can be found at http://github.com/umurmur/umurmur-selinux + +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.