summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-24 08:29:18 +0100
committerRemi Collet <remi@php.net>2026-02-24 08:29:18 +0100
commit9d2273d13104630377738feb21effcdbfaaa631a (patch)
treecdfe483b52f50e84692f3472578fdba52a9ff575
parent134af82efbb4dd59a027afcf2a247d44d953fada (diff)
Redis 8.4.2 Released Mon 23 Feb 2026 10:00:00 ISTv8.4
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 97f3e5c..4568f79 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.4.1
+%global upstream_ver 8.4.2
#global upstream_pre rc1
#global upstream_intver 8.3.240
@@ -345,6 +345,10 @@ fi
%changelog
+* Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 8.4.2-1
+- Redis 8.4.2 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.4.1-1
- Redis 8.4.1 Released Sun 8 Feb 2026 9:00:00 IST
- Update urgency: SECURITY: There are security fixes in the release.