diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 8fa3f4c64dd1dd183cd46ca9f4b530f9a1466f90..f6fb1d2d8a2c4ea307cc56828df2480a0ead541b 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -10,6 +10,17 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade! CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP. -------------------------------------------------------------------------------- +================================================================================ +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. + +Please upgrade ASAP if you are with 4.0.4 and you use any form of Lua scripting +because this problem will easily crash Redis. + ================================================================================ Redis 4.0.4 Released Thu Nov 30 18:42:12 CET 2017 ================================================================================ diff --git a/src/version.h b/src/version.h index 42aca85c4537c4c6e8590e87ad7f92ef13b84d66..c811247d51b79bfc7980eacc7c8722cda8618a7f 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "4.0.4" +#define REDIS_VERSION "4.0.5"