summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-04-30 15:15:56 +0200
committerantirez <antirez@gmail.com>2013-04-30 15:15:56 +0200
commitd96497961c8245ccf433b0b49414abf4a0e17ad0 (patch)
treeaefb905b6b1e3fe9848e0fa9470efd0d21f60d71
parent4f38d0325468746d5b437e74d91b9553fc2c47d5 (diff)
downloadredis-d96497961c8245ccf433b0b49414abf4a0e17ad0.tar.gz
Redis 2.6.132.6.13
-rw-r--r--00-RELEASENOTES23
-rw-r--r--src/version.h2
2 files changed, 24 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index fe8fc20e6..09c098666 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -14,6 +14,29 @@ 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.6.13 ]
+
+UPGRADE URGENCY: MODERATE, nothing very critical but upgrading is suggested
+ if you experienced:
+
+ 1) Strange issues with Lua scripting.
+ 2) Not reconfigured reappearing master using Sentinel.
+ 3) Server continusly trying to save on save error.
+
+ This version of Redis may also help with AOF and slow / busy
+ disks and latency issues.
+
+* [FIX] Throttle BGSAVE attempt on saving error.
+* [FIX] redis-cli: raise error on bad command line switch.
+* [FIX] Redis/Jemalloc Gitignore were too aggressive.
+* [FIX] Test: fix RDB test checking file permissions.
+* [FIX] Sentinel: always redirect on master->slave transition.
+* [FIX] Lua updated to version 5.1.5. Fixes rare scripting issues.
+* [NEW] AOF: improved latency figures with slow/busy disks.
+* [NEW] Sentinel: turn old master into a slave when it comes back.
+* [NEW] More explicit panic message on out of memory.
+* [NEW] redis-cli: --latency-history mode implemented.
+
--[ Redis 2.6.12 ]
UPGRADE URGENCY: MODERATE, nothing very critical but a few non trivial bugs.
diff --git a/src/version.h b/src/version.h
index f17045179..b6c3f1815 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.6.12"
+#define REDIS_VERSION "2.6.13"