Bumped version number for bugfix release
authorFelix Morgner <felix.morgner@gmail.com>
Fri, 19 Jun 2015 22:39:29 +0000 (00:39 +0200)
committerFelix Morgner <felix.morgner@gmail.com>
Fri, 19 Jun 2015 22:58:46 +0000 (00:58 +0200)
This release fixes the following 2 bugs:

1. A crash in the SHM API when a client is being removed from the server
during a SHM update (issue #60) - fixed by Daniel Weeks (@doctaweeks)

2. Failure to detect missing IPv6 support in FreeBSD jails - fixed by
Marcus Ball (@marcusball)

It is strongly advised that users who make use of the SHM API (e.g.
using umurmur-monitor) upgrade to this version, as bug #60 could cause
possible denial-of-service due to the server crashing.

ChangeLog
src/version.h

index 84dd2cc9ce81868fb1f1f294c25242ba2e066999..eddfee3b370ef7015a268e0f9d6b080d0c3f0d8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+0.2.16a:
+[FIX] Crash in SHM API during update (doctaweeks)
+[FIX] Failure to detect missing IPv6 support in FreeBSD jails (marcusball)
+[FIX] Compile-time check for availability of version_get_string (fatbob313)
+
 0.2.16:
 [FIX] Reworked timestamping code (fatbob313)
 [FIX] Banning works again when using IPv6 (fatbob313 and fmorgner)
index 513135635c9e51b94b660141f5163a6f7589d3b9..00e2a169fa2baafd3f261cb6af08f36658c8ae7c 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef VERSION_H_989876
 #define VERSION_H_989876
 
-#define UMURMUR_VERSION "0.2.16"
+#define UMURMUR_VERSION "0.2.16a"
 #define UMURMUR_CODENAME "Agrajag"
 
 #endif