summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-06 07:26:39 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-06 07:26:39 +0200
commit21943dd39a5ee846e12fa42a4e1d2fe72c70b4f8 (patch)
tree8b45c57be7ea4b43798546d6baf1cf0579cf77b5
parent272bc5cc46ddd19aef1f56aa42b188330884e8df (diff)
redis: 3.0.1
-rw-r--r--redis.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/redis.spec b/redis.spec
index eb79a2b..d5a9dd9 100644
--- a/redis.spec
+++ b/redis.spec
@@ -16,8 +16,8 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: redis
-Version: 3.0.0
-Release: 2%{?dist}
+Version: 3.0.1
+Release: 1%{?dist}
Summary: A persistent key-value database
Group: Applications/Databases
@@ -249,6 +249,10 @@ fi
%changelog
+* Wed May 6 2015 Remi Collet <remi@fedoraproject.org> - 3.0.1-1
+- Redis 3.0.1 - Release date: 5 May 2015
+- Upgrade urgency: LOW for Redis and Cluster, MODERATE for Sentinel.
+
* Tue Apr 14 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-2
- rebuild with new redis-shutdown from rawhide
- improved description from rawhide