Skip to content

Commit 2b5fc52

Browse files
committed
Redis 2.6.1
1 parent be407c0 commit 2b5fc52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

00-RELEASENOTES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1414
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1515
--------------------------------------------------------------------------------
1616

17+
---[ Redis 2.6.1 ]
18+
19+
* [BUGFIX] Compilation on Linux < 2.6.17 or glibc < 2.6 fixed (RHLE5 & co).
20+
1721
---[ Redis 2.6.0 ]
1822

1923
* [BUGFIX] Allow AUTH when server is in -BUSY state because of a slow script.

src/version.h

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

0 commit comments

Comments
 (0)