Skip to content

Commit 8d90352

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8766bcc commit 8d90352

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ UI, Workflows & Features
3535

3636
This is a backward compatibility breaking change.
3737

38+
* Lift the limitation that colored prompts can only be used with
39+
PROMPT_COMMAND mode.
40+
3841

3942
Performance, Internal Implementation, Development Support etc.
4043

@@ -49,6 +52,10 @@ Performance, Internal Implementation, Development Support etc.
4952
configuration variables, make the subsystem lazily initialize
5053
itself.
5154

55+
* Remove workaround for ancient versions of DocBook to make it work
56+
correctly with groff, which has not been necessary since docbook
57+
1.76 from 2010.
58+
5259

5360
Fixes since v2.40
5461
-----------------
@@ -101,6 +108,21 @@ Fixes since v2.40
101108
corrected.
102109
(merge c55c30669c ps/receive-pack-unlock-before-die later to maint).
103110

111+
* "git rev-parse --quiet foo@{u}", or anything that asks @{u} to be
112+
parsed with GET_OID_QUIETLY option, did not quietly fail, which has
113+
been corrected.
114+
(merge dfbfdc521d fc/oid-quietly-parse-upstream later to maint).
115+
116+
* Transports that do not support protocol v2 did not correctly fall
117+
back to protocol v0 under certain conditions, which has been
118+
corrected.
119+
(merge eaa0fd6584 jk/fix-proto-downgrade-to-v0 later to maint).
120+
121+
* time(2) on glib 2.31+, especially on Linux, goes out of sync with
122+
higher resolution timers used for gettimeofday(2) and by the
123+
filesystem. Replace all calls to it with a git_time() wrapper and
124+
(merge 370ddcbc89 pe/time-use-gettimeofday later to maint).
125+
104126
* Other code cleanup, docfix, build fix, etc.
105127
(merge f7111175df as/doc-markup-fix later to maint).
106128
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).

0 commit comments

Comments
 (0)