Skip to content

Commit 590f537

Browse files
committed
Redis 3.2.12.
1 parent 37578f2 commit 590f537

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

00-RELEASENOTES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1010
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1111
--------------------------------------------------------------------------------
1212

13+
================================================================================
14+
Redis 3.2.12 Released Wed Jun 13 12:43:01 CEST 2018
15+
================================================================================
16+
17+
Upgrade urgency CRITICAL:
18+
19+
* Multilple security issues fixed.
20+
* Backport of an older AOF fsync=always fix. Check 4.x release notes.
21+
* Backport of a *SCAN bug. Sometimes elements could be missing from the scan.
22+
* Other minor things.
23+
1324
================================================================================
1425
Redis 3.2.11 Released Thu Sep 21 15:47:53 CEST 2017
1526
================================================================================

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "3.2.11"
1+
#define REDIS_VERSION "3.2.12"

0 commit comments

Comments
 (0)