diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-12-06 12:50:15 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-12-06 13:23:18 +0900 |
| commit | e66fd72e972df760a53c3d6da023c17adfc426d6 (patch) | |
| tree | f2c5c08aa4edf7ebe8b6f4b40dd03274f50b0e8f | |
| parent | 0f588c466151392b6df3c1a730f468a6c79e05de (diff) | |
| download | git-e66fd72e972df760a53c3d6da023c17adfc426d6.tar.gz | |
The fourteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.48.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt index 137dc10028..b9d1b129cd 100644 --- a/Documentation/RelNotes/2.48.0.txt +++ b/Documentation/RelNotes/2.48.0.txt @@ -198,6 +198,12 @@ Fixes since v2.47 * Use the right helper program to measure file size in performance tests. (merge 3f97f1bce6 tb/use-test-file-size-more later to maint). + * A double-free that may not trigger in practice by luck has been + corrected in the reference resolution code. + (merge b6318cf23a sj/refs-symref-referent-fix later to maint). + + * The sequencer failed to honor core.commentString in some places. + * 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). |
