Accepting request 813274 from home:AndreasStieger:branches:server:database

redis 6.0.5

OBS-URL: https://build.opensuse.org/request/show/813274
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=150
This commit is contained in:
Lars Vogdt
2020-06-10 18:15:04 +00:00
committed by Git OBS Bridge
parent 2d3a1bac03
commit b9f3734eea
5 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 10 15:18:18 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- redis 6.0.5:
* Fix handling of speical chars in ACL LOAD
* Make Redis Cluster more robust about operation errors that may
lead to two clusters to mix together
* Revert the sendfile() implementation of RDB transfer
* Fix TLS certificate loading for chained certificates
* Fix AOF rewirting of KEEPTTL SET option
* Fix MULTI/EXEC behavior during -BUSY script errors
-------------------------------------------------------------------
Thu May 28 18:38:17 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>