diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-16 13:47:28 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-16 13:47:28 +0100 |
commit | 65782db74f100592c52a1d28389a91a3f32bf9fc (patch) | |
tree | 4ef706e3cc14b2834ba6d061d330a1260b290030 /redis.spec | |
parent | b1f88aee7d2cd58204bd20177fc5b7c697273de2 (diff) |
Redis 7.0.7 Released Fri Dec 16 12:00:00 IST 2022
Upgrade urgency: MODERATE, Contains fix for a regression in Geo commands.
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.6 +%global upstream_ver 7.0.7 #global upstream_pre RC3 -%global gh_commit bc8218eb481cc5d095ee7c274388a44dc09942e9 +%global gh_commit 5921ba4cdef2761bfed34b982368f1fe077d03e9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner redis %global gh_project redis @@ -411,6 +411,10 @@ fi %changelog +* Fri Dec 16 2022 Remi Collet <remi@remirepo.net> - 7.0.7-1 +- Redis 7.0.7 Released Fri Dec 16 12:00:00 IST 2022 +- Upgrade urgency: MODERATE, Contains fix for a regression in Geo commands. + * Tue Dec 13 2022 Remi Collet <remi@remirepo.net> - 7.0.6-1 - Redis 7.0.6 - Released Mon Dec 12 12:00:00 IST 2022 - Upgrade urgency: MODERATE, Contains fixes for a few non-critical or unlikely |