Release 0.2.16
authorFelix Morgner <felix.morgner@gmail.com>
Tue, 7 Apr 2015 10:01:12 +0000 (12:01 +0200)
committerFelix Morgner <felix.morgner@gmail.com>
Tue, 7 Apr 2015 10:01:12 +0000 (12:01 +0200)
ChangeLog
src/version.h

index b665ea0f9f9df1b1bdd366c7a5cd6a4d89b2ade2..290480dd3e1ea58f0acd6d1a5c4237305777c470 100644 (file)
--- 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).
index 3d8f3c2a69b05d3f07926c1303032205750e28e6..513135635c9e51b94b660141f5163a6f7589d3b9 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef VERSION_H_989876
 #define VERSION_H_989876
 
-#define UMURMUR_VERSION "0.2.15"
-#define UMURMUR_CODENAME "Drool"
+#define UMURMUR_VERSION "0.2.16"
+#define UMURMUR_CODENAME "Agrajag"
 
 #endif