aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-01-21 08:41:17 -0800
committerJunio C Hamano <gitster@pobox.com>2025-01-21 08:44:55 -0800
commit4e746b1a31f9f0036032b6f94279cf16fb363203 (patch)
treeb5ee5abc2c959b9448270fb34f33a6c3305914c9
parent85cf8801c8839f42a68cef584a522de69a3b02ed (diff)
downloadgit-4e746b1a31f9f0036032b6f94279cf16fb363203.tar.gz
The second batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.49.0.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.49.0.txt b/Documentation/RelNotes/2.49.0.txt
index dbdec19a69..26fe1a0b13 100644
--- a/Documentation/RelNotes/2.49.0.txt
+++ b/Documentation/RelNotes/2.49.0.txt
@@ -4,6 +4,8 @@ Git v2.49 Release Notes
UI, Workflows & Features
------------------------
+ * Completion script updates for zsh
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -12,6 +14,13 @@ Performance, Internal Implementation, Development Support etc.
* meson-based build now supports the unsafe-sha1 build knob.
+ * The code to check LSan results has been simplified and made more
+ robust.
+ (merge 164a2516eb jk/lsan-race-ignore-false-positive later to maint).
+
+ * More code paths have a repository passed through the callchain,
+ instead of assuming the primary the_repository object.
+
Fixes since v2.48
-----------------
@@ -30,4 +39,17 @@ Fixes since v2.48
to.
(merge d7fcbe2c56 ps/object-collision-check later to maint).
+ * The code to compute "unique" name used git_rand() which can fail or
+ get stuck; the callsite does not require cryptographic security.
+ Introduce the "insecure" mode and use it appropriately.
+ (merge 0b4f8afef6 ps/reftable-get-random-fix later to maint).
+
+ * A misconfigured "fsck.skiplist" configuration variable was not
+ diagnosed as an error, which has been corrected.
+ (merge ca7158076f jt/fsck-skiplist-parse-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
+ (merge ddb5287894 jk/t7407-use-test-grep later to maint).
+ (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
+ (merge 6a63995335 mh/gitattr-doc-markup-fix later to maint).
+ (merge 43850dcf9c sk/unit-test-hash later to maint).