summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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