]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The ninth batch main master
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Dec 2025 02:08:23 +0000 (11:08 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Dec 2025 02:08:35 +0000 (11:08 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.53.0.adoc

index 41ae2a5a7a4696f1ce461ed2a373f2058d0231cf..f28c8202919dc9295bea271da7c9313be28d9c5f 100644 (file)
@@ -60,6 +60,13 @@ Performance, Internal Implementation, Development Support etc.
    "git diff --find-copioes-harder", also making the operation run
    faster.
 
+ * The "git_istream" abstraction has been revamped to make it easier
+   to interface with pluggable object database design.
+
+ * Rewrite the only use of "mktemp()" that is subject to TOCTOU race
+   and Stop using the insecure "mktemp()" function.
+   (merge 10bba537c4 rs/ban-mktemp later to maint).
+
 
 Fixes since v2.52
 -----------------
@@ -167,6 +174,9 @@ Fixes since v2.52
    pathspec, which has been corrected.
    (merge 05491b90ce js/last-modified-with-sparse-checkouts later to maint).
 
+ * Emulation code clean-up.
+   (merge 42aa7603aa gf/win32-pthread-cond-init 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).