summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-01-29 09:18:46 +0100
committerantirez <antirez@gmail.com>2016-01-29 09:18:48 +0100
commit438942a5409964165bfd9d02ddc69e0bc73eb874 (patch)
tree019140590cd0d0ac301fe24e73162bfc762f8007
parent6bf60cbf5e13a34071f04063b3aa001cdcba4c73 (diff)
downloadredis-438942a5409964165bfd9d02ddc69e0bc73eb874.tar.gz
Remove spurious entries in 3.0.7 changelog.
Certain things were only applicable to 3.2.0 RC2 and RC3.
-rw-r--r--00-RELEASENOTES7
1 files changed, 0 insertions, 7 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index fabd978f2..db9e1154e 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -15,9 +15,6 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs.
* [FIX] avg_ttl reporting in INFO improved. (Salvatore Sanfilippo)
-* [FIX] Sentinel: improve handling of known Sentinel instances.
- (Salvatore Sanfilippo, thanks to Paweł Kowalczykf or the original
- crash report).
* [FIX] Redis Cluster address update (via gossip section) processing improved
to avoid initiating inwanted handshakes.
* [FIX] Many fixes to MIGRATE multiple keys implementation. The command
@@ -44,10 +41,6 @@ Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs.
* [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)
-* [NEW] Redis proctected mode: this feature improves Redis security and makes
- harder to run Redis in a configuration that is unsecure because no
- firewalling was used in order to protect Redis from external accesses.
- See this Reddit post for more info: https://www.reddit.com/r/redis/comments/3zv85m/new_security_feature_redis_protected_mode/ (Salvatore Sanfilippo)
* [NEW] Cluster/Sentinel tests now use OSX leak to perform leak detection
at the end of every unit. (Salvatore Sanfilippo)
* [NEW] Detect and show server crashes during Cluster/Sentinel tests.