Skip to content

Commit 6e3a78c

Browse files
committed
Sync with 'master'
2 parents d5adc61 + ea24e2c commit 6e3a78c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ UI, Workflows & Features
4242
deal better with rebased history.
4343

4444
* The iconv library on macOS fails to correctly handle stateful
45-
ISO/IEC 2022 encoded strings. Work it around instead of replacing
46-
it wholesale from homebrew.
45+
ISO/IEC 2022:1994 encoded strings. Work it around instead of
46+
replacing it wholesale from homebrew.
47+
48+
* Upstream symbolic link support on Windows from Git-for-Windows.
4749

4850

4951
Performance, Internal Implementation, Development Support etc.
@@ -114,6 +116,17 @@ Performance, Internal Implementation, Development Support etc.
114116
around tree objects and make it explicit which repository to work
115117
in.
116118
119+
* "git bugreport" and "git version --build-options" learned to
120+
include use of 'gettext' feature, to make it easier to diagnose
121+
problems around l10n.
122+
123+
* Dscho observed that SVN tests are taking too much time in CI leak
124+
checking tasks, but most time is spent not in our code but in libsvn
125+
code (which happen to be written in Perl), whose leaks have little
126+
value to discover for us. Skip SVN, P4, and CVS tests in the leak
127+
checking tasks.
128+
(merge 047bd7dfe3 js/ci-leak-skip-svn later to maint).
129+
117130
118131
Fixes since v2.52
119132
-----------------
@@ -322,3 +335,5 @@ Fixes since v2.52
322335
(merge 555c8464e5 je/doc-reset later to maint).
323336
(merge 220f888d7e ps/t1410-cleanup later to maint).
324337
(merge 5814b04c02 ps/config-doc-get-urlmatch-fix later to maint).
338+
(merge 5ae594f30b sb/doc-update-ref-markup-fix later to maint).
339+
(merge bc8556d066 ty/t1005-test-path-is-helpers later to maint).

0 commit comments

Comments
 (0)