diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-09-17 15:02:54 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-09-17 15:02:54 +0200 | 
| commit | 47d8a18132d50584b1777f50b907024814da31f3 (patch) | |
| tree | 1056da0403731813acfc12380f3cc11943f0e0b8 | |
| parent | 912b891ca07160a56924e91db92e8b4d40aa1175 (diff) | |
redis: 2.8.16
| -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.  | 
