summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-06-22 20:04:38 -0700
committerJunio C Hamano <gitster@pobox.com>2026-06-22 20:05:04 -0700
commitab776a62a78576513ee121424adb19597fbb7613 (patch)
tree0ef941be43223e39c75394a53bc8a3b158029172
parent1ea786d14a1bb47399ce7b5f1e5885d65139b35f (diff)
Git 2.55-rc2v2.55.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.55.0.adoc9
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.55.0.adoc b/Documentation/RelNotes/2.55.0.adoc
index 3bf7e4b996..8543cad65e 100644
--- a/Documentation/RelNotes/2.55.0.adoc
+++ b/Documentation/RelNotes/2.55.0.adoc
@@ -221,6 +221,15 @@ Performance, Internal Implementation, Development Support etc.
checks, and the existing GIT_GNUC_PREREQ macro has been modernized
to use explicit major/minor comparisons rather than bit-shifting.
+ * Wean the Windows builds in GitLab CI procedure away from
+ (unfortunately unreliable) Chocolatey to install dependencies.
+ (merge 0e7b51fed2 ps/gitlab-ci-windows later to maint).
+
+ * Build-fix for 32-bit Windows.
+
+ * Xcode 15 and later has a linker set to complain when the same library
+ archive is listed twice on the command line. Squelch the annoyance.
+
Fixes since v2.54
-----------------
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 9bcfdb576e..04b0a8c70f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,6 +1,6 @@
#!/bin/sh
-DEF_VER=v2.55.0-rc1
+DEF_VER=v2.55.0-rc2
LF='
'