Merge branch 'master' into f23

This commit is contained in:
Haikel Guemar 2015-12-19 02:58:00 +01:00
commit 99bec3fff5
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/redis-3.0.3.tar.gz
/redis-3.0.4.tar.gz
/redis-3.0.5.tar.gz
/redis-3.0.6.tar.gz

View File

@ -11,7 +11,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: redis
Version: 3.0.5
Version: 3.0.6
Release: 1%{?dist}
Summary: A persistent key-value database
License: BSD
@ -241,7 +241,11 @@ fi
%config(noreplace) %{_sysconfdir}/security/limits.d/95-%{name}.conf
%endif
%changelog
* Sat Dec 19 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 3.0.6-1
- Upstream 3.0.6 (RHBZ#1272281)
* Fri Oct 16 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 3.0.5-1
- Upstream 3.0.5
- Fix slave/master replication hanging forever in certain case

View File

@ -1 +1 @@
c7ba233e5f92ad2f48860c815bb05480 redis-3.0.5.tar.gz
9a44ea6bff987d2113caea7761730376 redis-3.0.6.tar.gz