Skip to content

Commit 15030f9

Browse files
committed
The second batch
Signed-off-by: Taylor Blau <[email protected]>
1 parent b43e23f commit 15030f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.48.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Git v2.48 Release Notes
44
UI, Workflows & Features
55
------------------------
66

7+
* A new configuration variable remote.<name>.serverOption makes the
8+
transport layer act as if the --serverOption=<value> option is
9+
given from the command line.
10+
11+
712
Performance, Internal Implementation, Development Support etc.
813
--------------------------------------------------------------
914

@@ -30,6 +35,13 @@ Fixes since v2.47
3035
had been identified and fixed.
3136
(merge fc5589d6c1 ds/line-log-asan-fix later to maint).
3237

38+
* On macOS, fsmonitor can fall into a race condition that results in
39+
a client waiting forever to be notified for an event that have
40+
already happened. This problem has been corrected.
41+
(merge 51907f8fee jk/fsmonitor-event-listener-race-fix later to maint).
42+
3343
* Other code cleanup, docfix, build fix, etc.
3444
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
3545
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
46+
(merge f36b8cbaef jh/config-unset-doc-fix later to maint).
47+
(merge 4154ed4108 js/doc-platform-support-link-fix later to maint).

0 commit comments

Comments
 (0)