summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItamar Haber <itamar@redislabs.com>2016-01-30 23:23:19 +0200
committerItamar Haber <itamar@redislabs.com>2016-01-30 23:23:19 +0200
commit9969d7f78706b2beccc0db8467b93b139dc162f5 (patch)
tree7de7b2c2971eacdbed96b926421a779b0e64c102
parent49b7f0ec452fb9fa2271e85cbc844568a41f856f (diff)
downloadredis-9969d7f78706b2beccc0db8467b93b139dc162f5.tar.gz
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)