summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-01 17:59:31 +0100
committerRemi Collet <remi@remirepo.net>2017-12-01 17:59:31 +0100
commitc84ddf08cc7dae2fac9a32cc5a0b6ace73e5a462 (patch)
treed2c6ed4de83010276f002df7cf9f0d17a25eefa6 /redis.spec
parent5acd229eee54066bbc258f637db9cb22debd56aa (diff)
Redis 4.0.5 - Released Thu Dec 1 16:03:32 CET 2017
Upgrade urgency CRITICAL: Redis 4.0.4 fix for PSYNC2 was broken, causing the slave to crash when receiving an RDB file from the master that contained a duplicated Lua script.
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index 0e8be78..705e323 100644
--- a/redis.spec
+++ b/redis.spec
@@ -47,7 +47,7 @@
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: redis
-Version: 4.0.4
+Version: 4.0.5
Release: 1%{?dist}
Summary: A persistent key-value database
Group: Applications/Databases
@@ -397,6 +397,12 @@ fi
%changelog
+* Fri Dec 1 2017 Remi Collet <remi@remirepo.net> - 4.0.5-1
+- Redis 4.0.5 - Released Thu Dec 1 16:03:32 CET 2017
+- Upgrade urgency CRITICAL: Redis 4.0.4 fix for PSYNC2 was broken,
+ causing the slave to crash when receiving an RDB file from the
+ master that contained a duplicated Lua script.
+
* Fri Dec 01 2017 Nathan Scott <nathans@redhat.com> - 4.0.4-1
- Upstream 4.0.4 release.
- Update to current upstream redis-doc also.