aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-03-28 10:49:52 -0700
committerJunio C Hamano <gitster@pobox.com>2023-03-28 10:51:53 -0700
commit8d90352acc5c855620042fdcc6092f23a276af6d (patch)
treeaa66eb3a2ce1aeeabd4e9140c5be9127d2a279c5 /Documentation/RelNotes
parent8766bcc8e4f8c4763b83eff04ad21243aecbfb82 (diff)
downloadgit-8d90352acc5c855620042fdcc6092f23a276af6d.tar.gz
The fourth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.41.0.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt
index 5db6f1b0ef..8ba6951338 100644
--- a/Documentation/RelNotes/2.41.0.txt
+++ b/Documentation/RelNotes/2.41.0.txt
@@ -35,6 +35,9 @@ UI, Workflows & Features
This is a backward compatibility breaking change.
+ * Lift the limitation that colored prompts can only be used with
+ PROMPT_COMMAND mode.
+
Performance, Internal Implementation, Development Support etc.
@@ -49,6 +52,10 @@ Performance, Internal Implementation, Development Support etc.
configuration variables, make the subsystem lazily initialize
itself.
+ * Remove workaround for ancient versions of DocBook to make it work
+ correctly with groff, which has not been necessary since docbook
+ 1.76 from 2010.
+
Fixes since v2.40
-----------------
@@ -101,6 +108,21 @@ Fixes since v2.40
corrected.
(merge c55c30669c ps/receive-pack-unlock-before-die later to maint).
+ * "git rev-parse --quiet foo@{u}", or anything that asks @{u} to be
+ parsed with GET_OID_QUIETLY option, did not quietly fail, which has
+ been corrected.
+ (merge dfbfdc521d fc/oid-quietly-parse-upstream later to maint).
+
+ * Transports that do not support protocol v2 did not correctly fall
+ back to protocol v0 under certain conditions, which has been
+ corrected.
+ (merge eaa0fd6584 jk/fix-proto-downgrade-to-v0 later to maint).
+
+ * time(2) on glib 2.31+, especially on Linux, goes out of sync with
+ higher resolution timers used for gettimeofday(2) and by the
+ filesystem. Replace all calls to it with a git_time() wrapper and
+ (merge 370ddcbc89 pe/time-use-gettimeofday later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f7111175df as/doc-markup-fix later to maint).
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).