From 3fba070990d813e8705f0fd9a22189b28348071e Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Fri, 16 Oct 2015 18:13:45 +0200 Subject: [PATCH] Upstream 2.8.23 - Fix slave/master replication hanging forever in certain case --- .gitignore | 1 + redis.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bba5b00..b05ad2b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /redis-2.8.19.tar.gz /redis-2.8.21.tar.gz /redis-2.8.22.tar.gz +/redis-2.8.23.tar.gz diff --git a/redis.spec b/redis.spec index b0a4889..5c3b1b4 100644 --- a/redis.spec +++ b/redis.spec @@ -11,7 +11,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: redis -Version: 2.8.22 +Version: 2.8.23 Release: 1%{?dist} Summary: A persistent key-value database License: BSD @@ -242,6 +242,10 @@ fi %changelog +* Fri Oct 16 2015 Haïkel Guémar - 2.8.23-1 +- Upstream 2.8.23 +- Fix slave/master replication hanging forever in certain case + * Tue Sep 08 2015 Christopher Meng - 2.8.22-1 - Update to 2.8.22 diff --git a/sources b/sources index 5311e3a..bd7208f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09aaa854d76a15d1ed824ea3f1b39377 redis-2.8.22.tar.gz +ac7f43f845d0eedb8ae3e5e217b34c61 redis-2.8.23.tar.gz