diff --git a/redis.changes b/redis.changes index 4e0bebc..c272e25 100644 --- a/redis.changes +++ b/redis.changes @@ -4,12 +4,12 @@ Mon Apr 17 17:14:26 UTC 2023 - Marcus Rueckert - redis 7.0.11 - (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT command to create an invalid hash field that will crash Redis - on access - - Add a missing fsync of AOF file in rare cases (#11973) + on access (boo#1210548) + - Add a missing fsync of AOF file in rare cases - Disconnect pub-sub subscribers when revoking allchannels - permission (#11992) + permission - Fix a compiler fortification induced crash when used with link - time optimizations (#11982) + time optimizations - Drop get-old-size-calculations.patch: replaced with proper fix