Accepting request 629656 from home:13ilya:branches:server:database
- Refresh spec-file. - Update to 4.0.11 * https://raw.githubusercontent.com/antirez/redis/4.0.11/00-RELEASENOTES * The disconnection time between the master and slave was reset in an incorrect place, sometimes a good slave will not be able to failover because it claims it was disconnected for too much time from the master. * A replication bug, rare to trigger but non impossible, is in Redis for years. It was lately discovered at Redis Labs and fixed by Oran Agra. It may cause disconnections, desynchronizations and other issues. * RANDOMKEY may go in infinite loop on rare situations. Now fixed. * EXISTS now works in a more consistent way on slaves. * Sentinel: backport of an option to deny a potential security problem when the SENTINEL command is used to configure an arbitrary script to execute. OBS-URL: https://build.opensuse.org/request/show/629656 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=117
This commit is contained in:
committed by
Git OBS Bridge
parent
e3855be043
commit
e51b12598e
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 00:33:26 UTC 2018 - ilya@ilya.pp.ua
|
||||
|
||||
- Refresh spec-file.
|
||||
- Update to 4.0.11
|
||||
* https://raw.githubusercontent.com/antirez/redis/4.0.11/00-RELEASENOTES
|
||||
* The disconnection time between the master and slave was reset
|
||||
in an incorrect place, sometimes a good slave will not be able
|
||||
to failover because it claims it was disconnected for too much
|
||||
time from the master.
|
||||
* A replication bug, rare to trigger but non impossible, is in
|
||||
Redis for years. It was lately discovered at Redis Labs and
|
||||
fixed by Oran Agra. It may cause disconnections,
|
||||
desynchronizations and other issues.
|
||||
* RANDOMKEY may go in infinite loop on rare situations. Now fixed.
|
||||
* EXISTS now works in a more consistent way on slaves.
|
||||
* Sentinel: backport of an option to deny a potential security
|
||||
problem when the SENTINEL command is used to configure an
|
||||
arbitrary script to execute.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 17:08:01 UTC 2018 - bwiedemann@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user