K 10 svn:author V 3 osa K 8 svn:date V 27 2015-02-04T01:38:00.513253Z K 7 svn:log V 1339 Upgrade from 3.0.0-rc2 to 3.0.0-rc3. --[ Redis 3.0.0 RC3 (version 2.9.103) ] Release date: 30 jan 2015 Upgrade urgency: High for Redis Cluster users, Low otherwise. This is the third release candidate for Redis 3.0.0, the new RC fixes several critical issues with Redis Cluster. >> General changes * [FIX] AOF bug unlikely to happen in practice and mostly harmless: child process segfaults when parent is not reachable via pipe. (Sun He) * [FIX] Scripting engine now reports an error when misused with Lua debug hooks, instead of crashing. (Salvatore Sanfilippo) >> Cluster changes * [FIX] Several issues with Redis Cluster internal nodes objects handling. (Matt Stancliff & Salvatore Sanfilippo) * [FIX] Improvements in the Cluster test. (Matt Stancliff & Salvatore Sanfilippo). * [FIX] Cluster memory leaks / double frees (Matt Stancliff). * [FIX] /dev/urandom surrogate for generation of unique IDs in a more cheap way. (Salvatore Sanfilippo) * [FIX] Fixes and improvements to PING / PONG packets gossip sections in order to improve (and fix) failure detection and speedup cluster info propagation. (Salvatore Sanfilippo) * [NEW] CLUSTER count-failure-reports command added. (Salvatore Sanfilippo) >> Sentinel changes No changes for Sentinel. END