From 8745eae506f700657882b9e32b2aa00f234a6fb6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 11 Jan 2026 21:54:28 -0800 Subject: [PATCH] The 17th batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.53.0.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc index 32b6966c9e..35a1ab91ed 100644 --- a/Documentation/RelNotes/2.53.0.adoc +++ b/Documentation/RelNotes/2.53.0.adoc @@ -238,6 +238,13 @@ Fixes since v2.52 has been corrected. (merge 979ee83e8a en/ort-recursive-d-f-conflict-fix later to maint). + * Diagnose invalid bundle-URI that lack the URI entry, instead of + crashing. + (merge 7796c14a1a sb/bundle-uri-without-uri later to maint). + + * Mailmap update for Karsten + (merge e97678c4ef js/mailmap-karsten-blees later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 46207a54cc qj/doc-http-bad-want-response later to maint). (merge df90eccd93 kh/doc-commit-extra-references later to maint). @@ -263,3 +270,4 @@ Fixes since v2.52 (merge abf05d856f rs/show-branch-prio-queue later to maint). (merge 06188ea5f3 rs/parse-config-expiry-simplify later to maint). (merge 861dbb1586 dd/t5403-modernise later to maint). + (merge acffc5e9e5 ja/doc-synopsis-style-more later to maint).