From 79333786488ac5b46e0a9b6863f7d4903543967eb2eee4a34ff2673b549273bd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 12 Apr 2018 13:37:53 +0000 Subject: [PATCH] Accepting request 595980 from home:13ilya:branches:server:database - Update to 4.0.9 * https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES * Critical upgrade for users using AOF with the fsync policy set to "always". * Latency monitor could report wrong latencies under certain conditions. * AOF rewriting could fail when a backgronud rewrite is triggered and at the same time the AOF is switched on/off. * Redis Cluster crash-recovery safety improved. * Redis Cluster has now the ability to configure certain slaves so that they'll never attempt a failover. * Keyspace notifications API in modules. * RM_Call() is now faster by reusing the same client. * Tracking of the percentage of keys already logically expired but yet not evicted. OBS-URL: https://build.opensuse.org/request/show/595980 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=108 --- redis-4.0.8.tar.gz | 3 --- redis-4.0.9.tar.gz | 3 +++ redis.changes | 17 +++++++++++++++++ redis.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 redis-4.0.8.tar.gz create mode 100644 redis-4.0.9.tar.gz diff --git a/redis-4.0.8.tar.gz b/redis-4.0.8.tar.gz deleted file mode 100644 index 23e64e6..0000000 --- a/redis-4.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad -size 1729973 diff --git a/redis-4.0.9.tar.gz b/redis-4.0.9.tar.gz new file mode 100644 index 0000000..2293278 --- /dev/null +++ b/redis-4.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510 +size 1737022 diff --git a/redis.changes b/redis.changes index c4e9c44..ebcb227 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Apr 12 13:13:49 UTC 2018 - ilya@ilya.pp.ua + +- Update to 4.0.9 + * https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES + * Critical upgrade for users using AOF with the fsync policy set to "always". + * Latency monitor could report wrong latencies under certain conditions. + * AOF rewriting could fail when a backgronud rewrite is triggered and + at the same time the AOF is switched on/off. + * Redis Cluster crash-recovery safety improved. + * Redis Cluster has now the ability to configure certain slaves so that + they'll never attempt a failover. + * Keyspace notifications API in modules. + * RM_Call() is now faster by reusing the same client. + * Tracking of the percentage of keys already logically expired but yet + not evicted. + ------------------------------------------------------------------- Thu Feb 8 23:23:58 UTC 2018 - ilya@ilya.pp.ua diff --git a/redis.spec b/redis.spec index 5cc5f70..4d3ebc9 100644 --- a/redis.spec +++ b/redis.spec @@ -19,7 +19,7 @@ %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} Name: redis -Version: 4.0.8 +Version: 4.0.9 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause