mirror of
https://github.com/redis/redis.git
synced 2026-05-14 03:01:49 -04:00
Redis 8.0.2
This commit is contained in:
@@ -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
|
||||
================================================================================
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user