aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2024-10-15 17:12:40 -0400
committerTaylor Blau <me@ttaylorr.com>2024-10-15 17:12:40 -0400
commit15030f9556f545b167b1879b877a5d780252dc16 (patch)
treea13ae946a72239d2cf1cad7b1835b024a2e645d0
parentMerge branch 'jk/fsmonitor-event-listener-race-fix' (diff)
downloadgit-15030f9556f545b167b1879b877a5d780252dc16.tar.gz
git-15030f9556f545b167b1879b877a5d780252dc16.zip
The second batch
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to '')
-rw-r--r--Documentation/RelNotes/2.48.0.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt
index 11d02d09aa..be04863aa4 100644
--- a/Documentation/RelNotes/2.48.0.txt
+++ b/Documentation/RelNotes/2.48.0.txt
@@ -4,6 +4,11 @@ Git v2.48 Release Notes
UI, Workflows & Features
------------------------
+ * A new configuration variable remote.<name>.serverOption makes the
+ transport layer act as if the --serverOption=<value> option is
+ given from the command line.
+
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -30,6 +35,13 @@ Fixes since v2.47
had been identified and fixed.
(merge fc5589d6c1 ds/line-log-asan-fix later to maint).
+ * On macOS, fsmonitor can fall into a race condition that results in
+ a client waiting forever to be notified for an event that have
+ already happened. This problem has been corrected.
+ (merge 51907f8fee jk/fsmonitor-event-listener-race-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
+ (merge f36b8cbaef jh/config-unset-doc-fix later to maint).
+ (merge 4154ed4108 js/doc-platform-support-link-fix later to maint).