summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--redis.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index e03e6e1..847bdfb 100644
--- a/redis.spec
+++ b/redis.spec
@@ -25,7 +25,7 @@
%bcond_with tests
# Pre-version are only available in github
-%global upstream_ver 6.2.9
+%global upstream_ver 6.2.10
#global upstream_pre RC3
%global gh_commit 2dba1e391d3772a8da182d95bde050ffa9d01e4d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -408,6 +408,10 @@ fi
%changelog
+* Wed Jan 18 2023 Remi Collet <remi@remirepo.net> - 6.2.10-1
+- Redis 6.2.10 Released Mon Jan 17 12:00:00 IST 2023
+- Upgrade urgency: MODERATE, a quick followup fix for a recently released 6.2.9.
+
* Tue Jan 17 2023 Remi Collet <remi@remirepo.net> - 6.2.9-1
- Redis 6.2.9 - Released Mon Jan 16 12:00:00 IDT 2023
- Upgrade urgency: SECURITY, contains fixes to security issues.