Redis 8.0.2

This commit is contained in:
YaacovHazan 2025-05-27 09:10:29 +00:00 committed by YaacovHazan
parent 643b5db235
commit 994bc96bb1
2 changed files with 17 additions and 2 deletions

View File

@ -20,6 +20,21 @@ Starting with v8.0.1, the release notes contain PRs from multiple repositories:
#PRn = Probabilistic (https://github.com/RedisBloom/RedisBloom)
================================================================================
Redis 8.0.2 Released Tue 27 May 2025 12:00:00 IST
================================================================================
Update urgency: `SECURITY`: There are security fixes in the release.
### Security fixes
- (CVE-2025-27151) redis-check-aof may lead to stack overflow and potential RCE
### Other general improvements
- #14048 `LOLWUT` for Redis 8
================================================================================
Redis 8.0.1 Released Sun 13 May 2025 16:00:00 IST
================================================================================

View File

@ -1,2 +1,2 @@
#define REDIS_VERSION "8.0.1"
#define REDIS_VERSION_NUM 0x00080001
#define REDIS_VERSION "8.0.2"
#define REDIS_VERSION_NUM 0x00080002