mirror of
https://github.com/git/git.git
synced 2026-06-24 08:48:31 +00:00
@@ -221,6 +221,15 @@ Performance, Internal Implementation, Development Support etc.
|
|||||||
checks, and the existing GIT_GNUC_PREREQ macro has been modernized
|
checks, and the existing GIT_GNUC_PREREQ macro has been modernized
|
||||||
to use explicit major/minor comparisons rather than bit-shifting.
|
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
|
Fixes since v2.54
|
||||||
-----------------
|
-----------------
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
DEF_VER=v2.55.0-rc1
|
DEF_VER=v2.55.0-rc2
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
|||||||
Reference in New Issue
Block a user