summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-10 15:52:03 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-10 15:52:03 +0200
commitb6310f04b7e3c0d523645447118c57f89a33ef9a (patch)
treef3e01be5cfa543f66da783891ae2152a51280b68
parent8cf42405c9b78fb72cc3c3d1238a729826d2f549 (diff)
redis: 3.0.4
-rw-r--r--redis.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/redis.spec b/redis.spec
index e5fb268..dfaae8c 100644
--- a/redis.spec
+++ b/redis.spec
@@ -25,8 +25,8 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: redis
-Version: 3.0.3
-Release: 1%{?dist}.1
+Version: 3.0.4
+Release: 1%{?dist}
Summary: A persistent key-value database
Group: Applications/Databases
@@ -258,6 +258,10 @@ fi
%changelog
+* Thu Sep 10 2015 Remi Collet <remi@fedoraproject.org> - 3.0.4-1
+- Redis 3.0.4 - Release date: 8 Sep 2015
+- Upgrade urgency: HIGH for Redis and Sentinel.
+
* Wed Aug 5 2015 Remi Collet <remi@fedoraproject.org> - 3.0.3-1.1
- make redis-shutdown more robust, see #22