A bunch of micro-fixes before going 2.18 final
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jun 18, 2018 at 10:20 UTC
1022379886946c59f673a871d79be7804fae8746
1 file changed
+11
Documentation/RelNotes/2.18.0.txt
+11
@@ -523,6 +523,13 @@ Fixes since v2.17
523
packfile available to itself.
524
(merge 3737746120 jk/index-pack-maint later to maint).
525
526
+ * Make zlib inflate codepath more robust against versions of zlib
527
+ that clobber unused portion of outbuf.
528
+ (merge b611396e97 jl/zlib-restore-nul-termination later to maint).
529
+
530
+ * Fix old merge glitch in Documentation during v2.13-rc0 era.
531
+ (merge 28cb06020b mw/doc-merge-enumfix later to maint).
532
+
533
* Other minor doc, test and build updates and code cleanups.
534
(merge 248f66ed8e nd/trace-with-env later to maint).
535
(merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
@@ -559,3 +566,7 @@ Fixes since v2.17
566
(merge f156a0934a rd/p4-doc-markup-env later to maint).
567
(merge 2a00502b14 tg/doc-sec-list later to maint).
568
(merge 47cc91310a jk/submodule-fsck-loose-fixup later to maint).
569
+ (merge efde7b725c rd/comment-typofix-in-sha1-file later to maint).
570
+ (merge 7eedad15df rd/diff-options-typofix later to maint).
571
+ (merge 58ebd936cc km/doc-workflows-typofix later to maint).
572
+ (merge 30aa96cdf8 rd/doc-remote-tracking-with-hyphen later to maint).