From a89346e34a937f001e5d397ee62224e3e9852040 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 21 May 2026 12:40:38 +0900 Subject: [PATCH] Start preparing for 2.54.1 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 --- Documentation/RelNotes/2.54.1.adoc | 29 +++++++++++++++++++++++++++++ RelNotes | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes/2.54.1.adoc diff --git a/Documentation/RelNotes/2.54.1.adoc b/Documentation/RelNotes/2.54.1.adoc new file mode 100644 index 0000000000..f561dbba54 --- /dev/null +++ b/Documentation/RelNotes/2.54.1.adoc @@ -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. diff --git a/RelNotes b/RelNotes index 84ef7387ad..a192bf3538 120000 --- 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