summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2016-01-31 08:57:14 +0100
committerSalvatore Sanfilippo <antirez@gmail.com>2016-01-31 08:57:14 +0100
commit698cbf15a3eef6afa92b545dc8c1cc456a4e138b (patch)
tree7de7b2c2971eacdbed96b926421a779b0e64c102
parent49b7f0ec452fb9fa2271e85cbc844568a41f856f (diff)
parent9969d7f78706b2beccc0db8467b93b139dc162f5 (diff)
downloadredis-698cbf15a3eef6afa92b545dc8c1cc456a4e138b.tar.gz
Merge pull request #3048 from itamarhaber/patch-4
Removes more spuriousness from 3.0.7
-rw-r--r--00-RELEASENOTES5
1 files changed, 0 insertions, 5 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index db9e1154e..53d456b55 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -33,11 +33,6 @@ Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs.
always be free to move keys between nodes about open slots, in order
to reshard, fix the cluster configuration, and so forth.
(Salvatore Sanfilippo)
-* [FIX] Lua debugger crash when printing too deeply nested objects.
- (Reported by Paul Kulchenko, fixed by Salvatore Sanfilippo)
-* [FIX] Redis-cli implementation of Lua debugging now allows to use the
- SCRIPT DEBUG command directly, switching to debugging mode as needed.
- (Reported by Paul Kulchenko, fixed by Salvatore Sanfilippo)
* [FIX] Redis-trib is now able to fix more errors. A new CLUSTER subcommand
called BUMPEPOCH was introduced in order to support new modes
for the "fix" subcommand. (Salvatore Sanfilippo)