Skip to content

Commit 8989e19

Browse files
committed
Git 2.21-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6e47188 commit 8989e19

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.21.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@ Performance, Internal Implementation, Development Support etc.
180180

181181
* A flakey "p4" test has been removed.
182182

183+
* The code and tests assume that the system supplied iconv() would
184+
always use BOM in its output when asked to encode to UTF-16 (or
185+
UTF-32), but apparently some implementations output big-endian
186+
without BOM. A compile-time knob has been added to help such
187+
systems (e.g. NonStop) to add BOM to the output to increase
188+
portability.
189+
183190

184191
Fixes since v2.20
185192
-----------------
@@ -439,3 +446,6 @@ Fixes since v2.20
439446
(merge 2e285e7803 tz/gpg-test-fix later to maint).
440447
(merge 5427de960b kl/pretty-doc-markup-fix later to maint).
441448
(merge 3815f64b0d js/mingw-host-cpu later to maint).
449+
(merge 5fe81438b5 rj/sequencer-sign-off-header-static later to maint).
450+
(merge 18a4f6be6b nd/fileno-may-be-macro later to maint).
451+
(merge 99e9ab54ab kd/t0028-octal-del-is-377-not-777 later to maint).

0 commit comments

Comments
 (0)