diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-22 07:47:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-22 07:47:22 +0200 |
commit | d0e175bb78e603e007a4276c183bb2fb19b5dead (patch) | |
tree | aba1ed9a43b92cfc143ccd2f60b3bd2380c11d0d /redis.spec | |
parent | e1add36c680f7c033f09bede1f961c3239d3b237 (diff) |
Redis 7.0.5 - Released Wed Sep 21 20:00:00 IST 2022
Upgrade urgency: SECURITY, contains fixes to security issues.
Diffstat (limited to 'redis.spec')
-rw-r--r-- | redis.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -25,9 +25,9 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 7.0.4 +%global upstream_ver 7.0.5 #global upstream_pre RC3 -%global gh_commit fb4e0d400ff82117104bde5296c477ad95f8dd41 +%global gh_commit e50ea1872e4efaf2a7174700050b7ce1c47dc2a8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner redis %global gh_project redis @@ -411,6 +411,10 @@ fi %changelog +* Thu Sep 22 2022 Remi Collet <remi@remirepo.net> - 7.0.5-1 +- Redis 7.0.5 - Released Wed Sep 21 20:00:00 IST 2022 +- Upgrade urgency: SECURITY, contains fixes to security issues. + * Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 7.0.4-1 - Redis 7.0.4 - Released Monday Jul 18 12:00:00 IST 2022 - Upgrade urgency: SECURITY, contains fixes to security issues. |