K 10 svn:author V 3 osa K 8 svn:date V 27 2014-06-20T09:12:36.060569Z K 7 svn:log V 797 Upgrade from 3.0.0-beta5 to 3.0.0-beta6. * [FIX] Fix software watchdog signal handler crash due to re-entering. * [FIX] Better Lua number -> string conversion for Lua scripts. * [FIX] Serious replication bug when min-slaves-* feature is used in slaves configuration fixed. * [FIX] Blocking pop on lists now works when the list is created by commands other than *PUSH* (for example SORT STORE). >> Cluster changes * [FIX] CRITICAL: For a bug in the implementation of CLUSTER SET-CONFIG-EPOCH introduced with beta-3 (especially beta-4 where the command is actually used by redis-trib), a configEpoch for a node could jump backward, breaking the eventual consistency property of the slots -> nodes mapping in the cluster. END