diff src/version.c @ 36292:d00bef33012d draft v9.1.0776

patch 9.1.0776: test_strftime may fail because of missing TZ data Commit: https://github.com/vim/vim/commit/ea997edc7aaa5bc1d645b57b6700e0b30c07acbd Author: James McCoy <jamessan@jamessan.com> Date: Sat Oct 12 11:36:58 2024 +0200 patch 9.1.0776: test_strftime may fail because of missing TZ data Problem: test_strftime may fail because of missing TZ data Solution: Use GMT offsets to validate timezone differences (James McCoy) Some systems only provide timezones that follow the geographical region naming (e.g. America/New_York) by default and require an additional install for other names (like EST). The GMT+<offset> format must always be honored, so use that to generate distinct data for the test. closes: #15848 Signed-off-by: James McCoy <jamessan@jamessan.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Oct 2024 11:45:05 +0200
parents 65b0d60a33b8
children 74465717c201
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    776,
+/**/
     775,
 /**/
     774,