Skip to content

Commit 981adb9

Browse files
committed
A few more topics while waiting for the po/PRItime resolution
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4f0b213 commit 981adb9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.14.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,13 @@ Performance, Internal Implementation, Development Support etc.
241241
it. For now a non-submodule copy of the same code is also shipped
242242
as part of the tree.
243243

244+
* A recent update made it easier to use "-fsanitize=" option while
245+
compiling but supported only one sanitize option. Allow more than
246+
one to be combined, joined with a comma, like "make SANITIZE=foo,bar".
247+
248+
* Use "p4 -G" to make "p4 changes" output more Python-friendly
249+
to parse.
250+
244251
Also contains various documentation updates and code clean-ups.
245252

246253

@@ -497,9 +504,14 @@ notes for details).
497504
early part also under the GC lock.
498505
(merge c45af94dbc jk/gc-pre-detach-under-hook later to maint).
499506

507+
* A recent update broke an alias that contained an uppercase letter.
508+
(merge 643df7e234 js/alias-case-sensitivity later to maint).
509+
500510
* Other minor doc, test and build updates and code cleanups.
501511
(merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint).
502512
(merge 5053313562 rs/urlmatch-cleanup later to maint).
503513
(merge 42c78a216e rs/use-div-round-up later to maint).
504514
(merge 5e8d2729ae rs/wt-status-cleanup later to maint).
505515
(merge 01826066b0 ks/fix-rebase-doc-picture later to maint).
516+
(merge f7f6dc340e jk/test-copy-bytes-fix later to maint).
517+
(merge 9fb9495dae ew/fd-cloexec-fix later to maint).

0 commit comments

Comments
 (0)