Git 2.55-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jun 22, 2026 at 20:04 UTC
ab776a62a78576513ee121424adb19597fbb7613
2 files changed
+10
-1
Documentation/RelNotes/2.55.0.adoc
+9
@@ -221,6 +221,15 @@ Performance, Internal Implementation, Development Support etc.
221
checks, and the existing GIT_GNUC_PREREQ macro has been modernized
222
to use explicit major/minor comparisons rather than bit-shifting.
223
224
+ * Wean the Windows builds in GitLab CI procedure away from
225
+ (unfortunately unreliable) Chocolatey to install dependencies.
226
+ (merge 0e7b51fed2 ps/gitlab-ci-windows later to maint).
227
+
228
+ * Build-fix for 32-bit Windows.
229
+
230
+ * Xcode 15 and later has a linker set to complain when the same library
231
+ archive is listed twice on the command line. Squelch the annoyance.
232
+
233
234
Fixes since v2.54
235
-----------------
GIT-VERSION-GEN
+1
-1
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-DEF_VER=v2.55.0-rc1
3
+DEF_VER=v2.55.0-rc2
4
5
LF='
6
'