Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2018-01-28 20:32:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Sun Jan 28 20:32:47 2018 rev:38 rq:570377 version:4.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2018-01-19 
11:53:14.715547566 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2018-01-28 
20:33:44.833981955 +0100
@@ -1,0 +2,29 @@
+Sun Jan 28 15:24:25 UTC 2018 - [email protected]
+
+- Update to 4.0.7
+  * Release notes: 
https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
+  * Many 32 bit overflows were addressed in order to allow to use Redis with
+    a very significant amount of data, memory size permitting.
+  * MEMORY USAGE fixed for the list type.
+  * Allow read-only scripts in Redis Cluster.
+  * Fix AOF pipes setup in edge case.
+  * AUTH option for MIGRATE.
+  * HyperLogLogs are no longer converted from sparse to dense in order
+    to be merged.
+  * Fix AOF rewrite dead loop under edge cases.
+  * Fix processing of large bulk strings (>= 2GB).
+  * Added RM_UnlinkKey in modules API.
+  * Fix Redis Cluster crashes when certain commands with a variable number
+    of arguments are called in an improper way.
+  * Fix memory leak in lazyfree engine.
+  * Fix many potentially successful partial synchronizations that end
+    doing a full SYNC, because of a bug destroying the replication
+    backlog on the slave. So after a failover the slave was often not able
+    to PSYNC with masters, and a full SYNC was triggered. The bug only
+    happened after 1 hour of uptime so escaped the unit tests.
+  * Improve anti-affinity in master/slave allocation for Redis Cluster
+    when the cluster is created.
+  * Improve output buffer handling for slaves, by not limiting the amount
+    of writes a slave could receive.
+
+-------------------------------------------------------------------

Old:
----
  redis-4.0.6.tar.gz

New:
----
  redis-4.0.7.tar.gz

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

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.MKYc1C/_old  2018-01-28 20:33:45.713940851 +0100
+++ /var/tmp/diff_new_pack.MKYc1C/_new  2018-01-28 20:33:45.717940664 +0100
@@ -12,20 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org
 #
 
-
 %define _data_dir       %{_localstatedir}/lib/%{name}
 %define _log_dir        %{_localstatedir}/log/%{name}
 %define _conf_dir       %{_sysconfdir}/%{name}
 Name:           redis
-Version:        4.0.6
+Version:        4.0.7
 Release:        0
 Summary:        Persistent key-value database
 License:        BSD-3-Clause
 Group:          Productivity/Databases/Servers
-Url:            https://redis.io
+URL:            https://redis.io
 Source0:        http://download.redis.io/releases/redis-%{version}.tar.gz
 Source1:        %{name}.logrotate
 Source2:        %{name}.target

++++++ redis-4.0.6.tar.gz -> redis-4.0.7.tar.gz ++++++
++++ 1709 lines of diff (skipped)


Reply via email to