From 5d2e7709234afea1b6ddb25cd4f60d3d5fb3c200 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 21 Jul 2026 10:18:29 -0700 Subject: [PATCH] The 6th batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.56.0.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc index 5c6bfe1fd8..9e3bf38f5e 100644 --- a/Documentation/RelNotes/2.56.0.adoc +++ b/Documentation/RelNotes/2.56.0.adoc @@ -163,6 +163,10 @@ Performance, Internal Implementation, Development Support etc. dereferences and invalid file descriptor accesses flagged by Coverity. + * The in-tree 'b4' cover letter template has been updated to include the + 'change-id' trailer, ensuring that sent tags generated by 'b4' contain + the required tracking information for subsequent runs. + Fixes since v2.55 ----------------- @@ -298,3 +302,7 @@ Fixes since v2.55 split commit-graph chain, causing topological levels for commits in base layers to be recomputed during incremental writes. This has been corrected. + + * The stream-based object signature verification path has been + corrected to avoid double-closing the stream on read errors. + (merge cfd52a74a0 ps/odb-stream-double-close-fix later to maint). -- 2.47.3