Skip to content

Commit 242ba98

Browse files
committed
Almost 2.18 final
Signed-off-by: Junio C Hamano <[email protected]>
1 parent da34dd4 commit 242ba98

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.18.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,15 @@ Fixes since v2.17
530530
* Fix old merge glitch in Documentation during v2.13-rc0 era.
531531
(merge 28cb06020b mw/doc-merge-enumfix later to maint).
532532

533+
* The code to read compressed bitmap was not careful to avoid reading
534+
past the end of the file, which has been corrected.
535+
(merge 1140bf01ec jk/ewah-bounds-check later to maint).
536+
537+
* "make NO_ICONV=NoThanks" did not override NEEDS_LIBICONV
538+
(i.e. linkage of -lintl, -liconv, etc. that are platform-specific
539+
tweaks), which has been corrected.
540+
(merge fdb1fbbc7d es/make-no-iconv later to maint).
541+
533542
* Other minor doc, test and build updates and code cleanups.
534543
(merge 248f66ed8e nd/trace-with-env later to maint).
535544
(merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
@@ -570,3 +579,5 @@ Fixes since v2.17
570579
(merge 7eedad15df rd/diff-options-typofix later to maint).
571580
(merge 58ebd936cc km/doc-workflows-typofix later to maint).
572581
(merge 30aa96cdf8 rd/doc-remote-tracking-with-hyphen later to maint).
582+
(merge cf317877e3 ks/branch-set-upstream later to maint).
583+
(merge 8de19d6be8 sg/t7406-chain-fix later to maint).

0 commit comments

Comments
 (0)