summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-06 17:31:59 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-06 17:31:59 +0200
commit327e877ee70c2f8a310e481ee60e2f5ed99eb172 (patch)
treede793aa749a751746d41ce542d71a3beab63a390 /redis.spec
parent122aa644105635bf2760d33e4ea5a9ce9ebddb5a (diff)
redis: 2.8.10
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/redis.spec b/redis.spec
index 414de7f..8a96b3c 100644
--- a/redis.spec
+++ b/redis.spec
@@ -24,7 +24,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: redis
-Version: 2.8.9
+Version: 2.8.10
Release: 1%{?dist}
Summary: A persistent key-value database
@@ -39,7 +39,7 @@ Source4: %{name}.tmpfiles
Source5: sentinel.init
Source6: sentinel.service
# Update configuration for Fedora
-Patch0: %{name}-2.8.4-conf.patch
+Patch0: %{name}-2.8.10-conf.patch
Patch1: %{name}-deps-PIC.patch
Patch2: %{name}-deps-unbundle-jemalloc.patch
@@ -236,6 +236,10 @@ fi
%changelog
+* Fri Jun 6 2014 Remi Collet <remi@fedoraproject.org> - 2.8.10-1
+- Redis 2.8.10 - Release date: 5 Jun 2014
+ upgrade urgency: HIGH if you use min-slaves-to-write option.
+
* Tue Apr 22 2014 Remi Collet <remi@fedoraproject.org> - 2.8.9-1
- Redis 2.8.9 - Release date: 22 Apr 2014
upgrade urgency: LOW, only new features introduced, no bugs fixed.