diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-01-01 18:20:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-01-01 18:21:15 +0100 |
commit | d062ccf4c3af1e5153ed5064d4d05b05e0fdd4d5 (patch) | |
tree | f2c43e3f99c9c921b792ac1ccd130d53e439becb /Documentation/RelNotes/2.48.0.txt | |
parent | Merge branch 'jk/lsan-race-with-barrier' (diff) | |
download | git-d062ccf4c3af1e5153ed5064d4d05b05e0fdd4d5.tar.xz git-d062ccf4c3af1e5153ed5064d4d05b05e0fdd4d5.zip |
A bit more post Git 2.48-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/RelNotes/2.48.0.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt index f9fc8c1086..d62c62dc17 100644 --- a/Documentation/RelNotes/2.48.0.txt +++ b/Documentation/RelNotes/2.48.0.txt @@ -165,6 +165,10 @@ Performance, Internal Implementation, Development Support etc. info on gitk and git-gui maintainer. + * CI jobs that run threaded programs under LSan has been giving false + positives from time to time, which has been worked around. + + Fixes since v2.47 ----------------- @@ -310,6 +314,12 @@ Fixes since v2.47 to avoid race condition even when multiple packs are involved. (merge 62b3ec8a3f tb/bitmap-fix-pack-reuse later to maint). + * An earlier "csum-file checksum does not have to be computed with + sha1dc" topic had a few code paths that had initialized an + implementation of a hash function to be used by an unmatching hash + by mistake, which have been corrected. + (merge 599a63409b ps/weak-sha1-for-tail-sum-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 77af53f56f aa/t7300-modernize later to maint). (merge dcd590a39d bf/t-readme-mention-reftable later to maint). |