From d3f6a51d6bc433799386ca704a878b9a8676d283 Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Oct 16 2015 16:05:17 +0000 Subject: Upstream 3.0.5 - Fix slave/master replication hanging forever in certain case --- diff --git a/.gitignore b/.gitignore index 9376280..be975c0 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /redis-3.0.2.tar.gz /redis-3.0.3.tar.gz /redis-3.0.4.tar.gz +/redis-3.0.5.tar.gz diff --git a/redis.spec b/redis.spec index 03fdabb..3ae83d1 100644 --- a/redis.spec +++ b/redis.spec @@ -11,7 +11,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: redis -Version: 3.0.4 +Version: 3.0.5 Release: 1%{?dist} Summary: A persistent key-value database License: BSD @@ -243,6 +243,10 @@ fi %changelog +* Fri Oct 16 2015 Haïkel Guémar - 3.0.5-1 +- Upstream 3.0.5 +- Fix slave/master replication hanging forever in certain case + * Mon Sep 07 2015 Christopher Meng - 3.0.4-1 - Update to 3.0.4 diff --git a/sources b/sources index dafe355..8761630 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e535dea3dc5301de012047bf3cca952 redis-3.0.4.tar.gz +c7ba233e5f92ad2f48860c815bb05480 redis-3.0.5.tar.gz