From 12cb6293d6288865c1a133cf22accbaf99d13eb6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 16 Sep 2026 09:04:39 -0700 Subject: [PATCH] Git 2.56-rc1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.56.0.adoc | 9 +++++++++ GIT-VERSION-GEN | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc index 796a51e5a2..83d2f90daa 100644 --- a/Documentation/RelNotes/2.56.0.adoc +++ b/Documentation/RelNotes/2.56.0.adoc @@ -560,6 +560,11 @@ Performance, Internal Implementation, Development Support etc. backend-specific object source layers, making them pluggable for different object storage formats. + * When cross-compiling with Cargo, the output artifact is placed in a + target-specific subdirectory, which causes the build system to fail + to locate it. The build system has been updated to respect the + 'CARGO_BUILD_TARGET' environment variable. + Fixes since v2.55 ----------------- @@ -897,6 +902,10 @@ Fixes since v2.55 branch-switch message. (merge 2ba77ea828 hn/checkout-m-autostash-refine later to maint). + * The memory leak caused by not unusing the commit buffer returned by + repo_logmsg_reencode() during the rewording operation in 'git + history' has been plugged. + * Other code cleanup, docfix, build fix, etc. (merge 026636128f ss/submittingpatches-typofix later to maint). (merge d2af22cc21 jc/rerere-doc-typofix later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 272bdc6e8c..e1ba549764 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.56.0-rc0 +DEF_VER=v2.56.0-rc1 LF=' '