Skip to content

Commit 0dd7633

Browse files
committed
Sync with 'master'
2 parents 2217218 + e7ef0ca commit 0dd7633

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ Performance, Internal Implementation, Development Support etc.
6060
"git diff --find-copioes-harder", also making the operation run
6161
faster.
6262
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+
6370
6471
Fixes since v2.52
6572
-----------------
@@ -167,6 +174,9 @@ Fixes since v2.52
167174
pathspec, which has been corrected.
168175
(merge 05491b90ce js/last-modified-with-sparse-checkouts later to maint).
169176

177+
* Emulation code clean-up.
178+
(merge 42aa7603aa gf/win32-pthread-cond-init later to maint).
179+
170180
* Other code cleanup, docfix, build fix, etc.
171181
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
172182
(merge df90eccd93 kh/doc-commit-extra-references later to maint).

0 commit comments

Comments
 (0)