diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-01 22:35:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-01 22:35:00 -0700 |
commit | 477fde6ff3262a132f03376f86c9727c0f411723 (patch) | |
tree | eda5f1d00b7ba9d56c06605fff5630684139da4b /Documentation/RelNotes-1.6.3.txt | |
parent | 3c91bf6805249d0f59ddff4e5dc4118127527243 (diff) | |
parent | 2346431e476ab9f095f0dd2921f63fa071039bb8 (diff) | |
download | git-477fde6ff3262a132f03376f86c9727c0f411723.tar.gz |
Merge branch 'cj/doc-format'
* cj/doc-format:
Documentation: use "spurious .sp" XSLT if DOCBOOK_SUPPRESS_SP is set
Documentation: option to render literal text as bold for manpages
Documentation: asciidoc.conf: fix verse block with block titles
Documentation: asciidoc.conf: always use <literallayout> for [blocktext]
Documentation: move "spurious .sp" code into manpage-base.xsl
Documentation: move quieting params into manpage-base.xsl
Documentation: rename docbook-xsl-172 attribute to git-asciidoc-no-roff
Documentation: use parametrized manpage-base.xsl with manpage-{1.72,normal}.xsl
Documentation: move callouts.xsl to manpage-{base,normal}.xsl
Documentation/Makefile: break up texi pipeline
Documentation/Makefile: make most operations "quiet"
Diffstat (limited to 'Documentation/RelNotes-1.6.3.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.3.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.6.3.txt b/Documentation/RelNotes-1.6.3.txt index f0a2e41c71..0c8a14ea93 100644 --- a/Documentation/RelNotes-1.6.3.txt +++ b/Documentation/RelNotes-1.6.3.txt @@ -107,6 +107,11 @@ Updates since v1.6.2 * Makefile learned 'coverage' option to run the test suites with coverage tracking enabled. +* Building the manpages with docbook-xsl between 1.69.1 and 1.71.1 now + requires setting DOCBOOK_SUPPRESS_SP to work around a docbook-xsl bug. + This workaround used to be enabled by default, but causes problems + with newer versions of docbook-xsl. + Fixes since v1.6.2 ------------------ |