summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-12-18 16:13:48 +0100
committerantirez <antirez@gmail.com>2015-12-18 16:13:48 +0100
commit32535ff5de54aaa517bf6f478f1e2edd0e676670 (patch)
tree92c8cea844802fdffc65055656176216022f3e46
parent0d5815579b575ef413beae643b7c07058105abef (diff)
downloadredis-32535ff5de54aaa517bf6f478f1e2edd0e676670.tar.gz
Redis 2.8.242.8.24
-rw-r--r--00-RELEASENOTES17
-rw-r--r--src/version.h2
2 files changed, 18 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index e93066fcf..69b239965 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,23 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
+--[ Redis 2.8.24 ] Release date: 18 Dec 2015
+
+Upgrade urgency: MODERATE. We fixed a crash that happens very rarely, so
+ updating does not hurt, but most users are unlikely to
+ experience this condition because it requires some odd
+ timing.
+
+* [FIX] lua_struct.c/getnum security issue fixed. (Luca Bruno discovered it,
+ patched by Sun He and Chris Lamb)
+* [FIX] Fix a race condition in processCommand() because of interactions
+ with freeMemoryIfNeeded(). Details in issue #2948 and especially
+ in the commit message d999f5a. (Race found analytically by
+ Oran Agra, patch by Salvatore Sanfilippo)
+
+* [NEW] Log offending memory access address on SIGSEGV/SIGBUS (Salvatore
+ Sanfilippo)
+
--[ Redis 2.8.23 ] Release date: 15 Oct 2015
Upgrade urgency: MODERATE, the most important thing is a fix in the replication
diff --git a/src/version.h b/src/version.h
index 5c2864f10..daa9402be 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.8.23"
+#define REDIS_VERSION "2.8.24"