X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=blobdiff_plain;f=ChangeLog;h=290480dd3e1ea58f0acd6d1a5c4237305777c470;hp=b665ea0f9f9df1b1bdd366c7a5cd6a4d89b2ade2;hb=906b0a21bdd1e2c256090ca57569c63705dabbf2;hpb=64836bc231d494d6070b1207a9b584e113f0610e diff --git a/ChangeLog b/ChangeLog index b665ea0..290480d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +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 directyly 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).