@@ -10,6 +10,30 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
1010CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1111--------------------------------------------------------------------------------
1212
13+ ================================================================================
14+ Redis 4.0.12 Released Tue Dec 11 18:06:12 CEST 2018
15+ ================================================================================
16+
17+ This backports the following Redis 5 fixes back into Redis 4.
18+ Please check the Redis 5 changelog or see the full commit messages
19+ for more information. Note that there are important fixes to the AOF
20+ implementation so Redis 4.0.12 should be considered as a worthwhile
21+ upgrade in production environments where AOF is used and there is the
22+ idea of sticking with Redis 4 for some time.
23+
24+ b6cd3b3c asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients.
25+ e16402b0 Don't call sdscmp() with shared.maxstring or shared.minstring
26+ 49d9f411 Fix stringmatchlen() read past buffer bug.
27+ 97192e2d Merge pull request #5569 from maximebedard/backport-4497
28+ 1908aba7 add linkClient(): adds the client and caches the list node.
29+ 239b0857 networking: optimize unlinkClient() in freeClient()
30+ 54b17f98 When replica kills a pending RDB save during SYNC, log it.
31+ b31c08db Move child termination to readSyncBulkPayload
32+ 21971ac8 Prevent RDB autosave from overwriting full resync results
33+ 3a91fcbc aof.c: improve indentation and change warning message.
34+ e6f287d5 AOF: discard if we lost EXEC when loading aof
35+ e0d4c66a Fix AOF comment to report the current behavior.
36+
1337================================================================================
1438Redis 4.0.11 Released Fri Aug 03 17:09:24 CEST 2018
1539================================================================================
0 commit comments