mirror of https://mirror.osredm.com/root/redis.git
Redis 8.0.2
This commit is contained in:
parent
643b5db235
commit
994bc96bb1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue