Git 2.21-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Feb 13, 2019 at 18:18 UTC
8989e1950a845ceeb186d490321a4f917ca4de47
1 file changed
+10
Documentation/RelNotes/2.21.0.txt
+10
@@ -180,6 +180,13 @@ Performance, Internal Implementation, Development Support etc.
180
181
* A flakey "p4" test has been removed.
182
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
+
190
191
Fixes since v2.20
192
-----------------
@@ -439,3 +446,6 @@ Fixes since v2.20
446
(merge 2e285e7803 tz/gpg-test-fix later to maint).
447
(merge 5427de960b kl/pretty-doc-markup-fix later to maint).
448
(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).