Redis 3.2.12.

This commit is contained in:
antirez 2018-06-13 12:42:40 +02:00
parent 37578f2ecf
commit 590f537420
2 changed files with 12 additions and 1 deletions

View File

@ -10,6 +10,17 @@ 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 3.2.12 Released Wed Jun 13 12:43:01 CEST 2018
================================================================================
Upgrade urgency CRITICAL:
* Multilple security issues fixed.
* Backport of an older AOF fsync=always fix. Check 4.x release notes.
* Backport of a *SCAN bug. Sometimes elements could be missing from the scan.
* Other minor things.
================================================================================
Redis 3.2.11 Released Thu Sep 21 15:47:53 CEST 2017
================================================================================

View File

@ -1 +1 @@
#define REDIS_VERSION "3.2.11"
#define REDIS_VERSION "3.2.12"