summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-24 08:27:10 +0100
committerRemi Collet <remi@php.net>2026-02-24 08:27:10 +0100
commit62aa5bf7641652a763977cebdffb6e22d1416e35 (patch)
tree39bff88f7e94d9ba2daf452d14185b7935bec077
parent504358bc22c04546daa03cd551004522c166271e (diff)
Redis 8.2.5 Released Mon 23 Feb 2026 10:00:00 ISTv8.2
SECURITY: There is a security fix in the release
-rw-r--r--redis.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index e62e456..d8c0431 100644
--- a/redis.spec
+++ b/redis.spec
@@ -18,7 +18,7 @@
# Tests fail in mock, not in local build.
%bcond_with tests
-%global upstream_ver 8.2.4
+%global upstream_ver 8.2.5
Name: redis
Version: %{upstream_ver}
@@ -333,6 +333,10 @@ fi
%changelog
+* Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 8.2.5-1
+- Redis 8.2.5 Released Mon 23 Feb 2026 10:00:00 IST
+- SECURITY: There is a security fix in the release
+
* Mon Feb 9 2026 Remi Collet <remi@remirepo.net> - 8.2.4-1
- Redis 8.2.4 Released Sun 8 Feb 2026 9:00:00 IST
- Update urgency: SECURITY: There are security fixes in the release.