Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2016-02-18 11:07:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2015-11-26 
17:02:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2016-02-18 
12:36:47.000000000 +0100
@@ -1,0 +2,39 @@
+Wed Feb 17 12:17:41 UTC 2016 - [email protected]
+
+- Update to 3.0.7:
+* [FIX] Many fixes to MIGRATE multiple keys implementation.
+* [FIX] A Redis Cluster node crash was fixed because of wrong handling of
+        node->slaveof pointers.
+* [FIX] Fix redis-trib rebalance when nodes need to be left empty because
+        the specified weight is zero.
+* [FIX] MIGRATE: Never send -ASK redirections for MIGRATE when there are
+* [FIX] Lua debugger crash when printing too deeply nested objects.
+* [FIX] Redis-cli implementation of Lua debugging now allows to use the
+        SCRIPT DEBUG command directly, switching to debugging mode as needed.
+* [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.
+* [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.
+* [NEW] Cluster/Sentinel tests now use OSX leak to perform leak detection
+        at the end of every unit.
+* [NEW] Detect and show server crashes during Cluster/Sentinel tests.
+* [NEW] More reliable Cluster/Sentinel test becuase of timing errors and
+        -LOADING errors. 
+* [FIX] lua_struct.c/getnum security issue fixed. 
+* [FIX] Redis Cluster replica migration fixed.
+* [FIX] Fix a race condition in processCommand() because of interactions
+        with freeMemoryIfNeeded(). 
+* [NEW] Backported from the upcoming Redis 3.2:
+        MIGRATE now supports an extended multiple-keys pipelined mode, which
+        is an order of magnitude faster. Redis Cluster now uses this mode
+        in order to perform reshardings and rebalancings.
+* [NEW] Backported from the upcoming Redis 3.2:
+        Redis Cluster has now support for rebalancing via the redis-trib
+        rebalance command. Demo here:
+* [NEW] Redis Cluster redis-trib.rb new "info" subcommand.
+* [NEW] Redis Cluster tests improved. 
+* [NEW] Log offending memory access address on SIGSEGV/SIGBUS 
+
+-------------------------------------------------------------------

Old:
----
  redis-3.0.5.tar.gz

New:
----
  redis-3.0.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.HB9mdY/_old  2016-02-18 12:36:48.000000000 +0100
+++ /var/tmp/diff_new_pack.HB9mdY/_new  2016-02-18 12:36:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package redis
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 %define _conf_dir       %{_sysconfdir}/%{name}
 
 Name:           redis
-Version:        3.0.5
+Version:        3.0.7
 Release:        0
 Summary:        Persistent key-value database
 License:        BSD-3-Clause

++++++ redis-3.0.5.tar.gz -> redis-3.0.7.tar.gz ++++++
++++ 2342 lines of diff (skipped)


Reply via email to