diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-10 15:52:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-10 15:52:03 +0200 |
commit | b6310f04b7e3c0d523645447118c57f89a33ef9a (patch) | |
tree | f3e01be5cfa543f66da783891ae2152a51280b68 | |
parent | 8cf42405c9b78fb72cc3c3d1238a729826d2f549 (diff) |
redis: 3.0.4
-rw-r--r-- | redis.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |