]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Start preparing for 2.54.1 maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 03:40:38 +0000 (12:40 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 03:42:11 +0000 (12:42 +0900)
Mostly build and CI related updates taken from the 'master' front
are included in here.

We still need to grab a couple more topics once they graduate to
'master', namely

    jk/apply-leakfix
    jk/commit-sign-overflow-fix

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.54.1.adoc [new file with mode: 0644]
RelNotes

diff --git a/Documentation/RelNotes/2.54.1.adoc b/Documentation/RelNotes/2.54.1.adoc
new file mode 100644 (file)
index 0000000..f561dbb
--- /dev/null
@@ -0,0 +1,29 @@
+Git v2.54.1 Release Notes
+=========================
+
+This release is primarily to merge fixes accumulated on the 'master'
+front to prepare for 2.55 release that are still relevant to 2.54.x
+maintenance track.
+
+Fixes since v2.54
+-----------------
+
+ * Headers from glibc 2.43 when used with clang does not allow
+   disabling C11 language features, causing build failures..
+
+ * Revert a recent change that introduced a regression to help mksh users.
+
+ * Update various GitHub Actions versions.
+
+ * Avoid hitting the pathname limit for socks proxy socket during the
+   test.
+
+ * To help Windows 10 installations, avoid removing files whose
+   contents are still mmap()'ed.
+
+ * Stop using unmaintained custom allocator in Windows build which was
+   the last user of the code.
+
+ * Further update to the i18n alias support to avoid regressions.
+
+Also contains minor documentation updates and code clean-ups.
index 84ef7387adb35c150b66ccb392d4f33f96671c06..a192bf35384599fcd285bb8f49277a6a94a0f79d 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.54.0.adoc
\ No newline at end of file
+Documentation/RelNotes/2.54.1.adoc
\ No newline at end of file