diff options
Diffstat (limited to 'Documentation/RelNotes/2.53.0.adoc')
| -rw-r--r-- | Documentation/RelNotes/2.53.0.adoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc index 41ae2a5a7a..34216a59fe 100644 --- a/Documentation/RelNotes/2.53.0.adoc +++ b/Documentation/RelNotes/2.53.0.adoc @@ -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). @@ -174,3 +184,7 @@ Fixes since v2.52 (merge fddba8f737 ja/doc-synopsis-style later to maint). (merge 22ce0cb639 en/xdiff-cleanup-2 later to maint). (merge 8ef7355a8f je/doc-pull later to maint). + (merge 48176f953f jc/capability-leak later to maint). + (merge 8cbbdc92f7 kh/doc-pre-commit-fix later to maint). + (merge d4bc39a4d9 mh/doc-config-gui-gcwarning later to maint). + (merge 41d425008a kh/doc-send-email-paragraph-fix later to maint). |
