From 6da56eac58f7dad5970ed4acb164766c761ffb8a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 20 Jun 2015 00:39:29 +0200 Subject: [PATCH] Bumped version number for bugfix release 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 | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84dd2cc..eddfee3 100644 --- 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) diff --git a/src/version.h b/src/version.h index 5131356..00e2a16 100644 --- a/src/version.h +++ b/src/version.h @@ -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 -- 2.30.2