Redis 8.0.2
CI / test-ubuntu-latest (push) Has been cancelled Details
CI / test-sanitizer-address (push) Has been cancelled Details
CI / build-debian-old (push) Has been cancelled Details
CI / build-macos-latest (push) Has been cancelled Details
CI / build-32bit (push) Has been cancelled Details
CI / build-libc-malloc (push) Has been cancelled Details
CI / build-centos-jemalloc (push) Has been cancelled Details
CI / build-old-chain-jemalloc (push) Has been cancelled Details
Codecov / code-coverage (push) Has been cancelled Details
External Server Tests / test-external-standalone (push) Has been cancelled Details
External Server Tests / test-external-cluster (push) Has been cancelled Details
External Server Tests / test-external-nodebug (push) Has been cancelled Details
Spellcheck / Spellcheck (push) Has been cancelled Details

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