The ninth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Dec 16, 2025 at 11:08 UTC e7ef0ca622016d12a85836928a03959de4537c2f
1 file changed +10
Documentation/RelNotes/2.53.0.adoc
+10
@@ -60,6 +60,13 @@ Performance, Internal Implementation, Development Support etc.
60 "git diff --find-copioes-harder", also making the operation run
61 faster.
62
63 + * The "git_istream" abstraction has been revamped to make it easier
64 + to interface with pluggable object database design.
65 +
66 + * Rewrite the only use of "mktemp()" that is subject to TOCTOU race
67 + and Stop using the insecure "mktemp()" function.
68 + (merge 10bba537c4 rs/ban-mktemp later to maint).
69 +
70
71 Fixes since v2.52
72 -----------------
@@ -167,6 +174,9 @@ Fixes since v2.52
174 pathspec, which has been corrected.
175 (merge 05491b90ce js/last-modified-with-sparse-checkouts later to maint).
176
177 + * Emulation code clean-up.
178 + (merge 42aa7603aa gf/win32-pthread-cond-init later to maint).
179 +
180 * Other code cleanup, docfix, build fix, etc.
181 (merge 46207a54cc qj/doc-http-bad-want-response later to maint).
182 (merge df90eccd93 kh/doc-commit-extra-references later to maint).