Commit 438942a5 authored by antirez's avatar antirez
Browse files

Remove spurious entries in 3.0.7 changelog.

Certain things were only applicable to 3.2.0 RC2 and RC3.
parent 6bf60cbf
...@@ -15,9 +15,6 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. ...@@ -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. Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs.
* [FIX] avg_ttl reporting in INFO improved. (Salvatore Sanfilippo) * [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 * [FIX] Redis Cluster address update (via gossip section) processing improved
to avoid initiating inwanted handshakes. to avoid initiating inwanted handshakes.
* [FIX] Many fixes to MIGRATE multiple keys implementation. The command * [FIX] Many fixes to MIGRATE multiple keys implementation. The command
...@@ -44,10 +41,6 @@ Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs. ...@@ -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 * [FIX] Redis-trib is now able to fix more errors. A new CLUSTER subcommand
called BUMPEPOCH was introduced in order to support new modes called BUMPEPOCH was introduced in order to support new modes
for the "fix" subcommand. (Salvatore Sanfilippo) 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 * [NEW] Cluster/Sentinel tests now use OSX leak to perform leak detection
at the end of every unit. (Salvatore Sanfilippo) at the end of every unit. (Salvatore Sanfilippo)
* [NEW] Detect and show server crashes during Cluster/Sentinel tests. * [NEW] Detect and show server crashes during Cluster/Sentinel tests.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment