diff options
-rw-r--r-- | redis-shutdown | 2 | ||||
-rw-r--r-- | redis.spec | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/redis-shutdown b/redis-shutdown index 1bf0e16..fdb14ea 100644 --- a/redis-shutdown +++ b/redis-shutdown @@ -1,7 +1,7 @@ #!/bin/bash # # Wrapper to close properly redis and sentinel -test x"REDIS_DEBUG" != x && set -x +test x"$REDIS_DEBUG" != x && set -x REDIS_CLI=/usr/bin/redis-cli @@ -10,7 +10,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: redis -Version: 2.8.15 +Version: 2.8.16 Release: 1%{?dist} Summary: A persistent key-value database @@ -215,6 +215,10 @@ fi %changelog +* Wed Sep 17 2014 Remi Collet <remi@fedoraproject.org> - 2.8.16-1 +- Redis 2.8.16 - Release date: 16 Sep 2014 + upgrade urgency: HIGH for Redis, LOW for Sentinel. + * Fri Sep 12 2014 Remi Collet <remi@fedoraproject.org> - 2.8.15-1 - Redis 2.8.15 - Release date: 12 Sep 2014 upgrade urgency: LOW for Redis, HIGH for Sentinel. |