Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-13 08:49:51 +0300
committerJunio C Hamano <gitster@pobox.com>2010-12-13 08:49:51 +0300
commit0d181cbb8adbc964a075fd71148415f6bd431272 (patch)
tree85a5449dc22d7e5adcf504f7199f6e58d0ebaac8 /Documentation/RelNotes/1.7.4.txt
parent73fd7f3761eeef0e28bbf04727c8a1e751a9792e (diff)
parent79c461d5b1139afa3d3997c7ef9ee521562b2a1a (diff)
Merge branch 'jk/asciidoc-update'
* jk/asciidoc-update: docs: default to more modern toolset
Diffstat (limited to 'Documentation/RelNotes/1.7.4.txt')
-rw-r--r--Documentation/RelNotes/1.7.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.4.txt b/Documentation/RelNotes/1.7.4.txt
index c1d06694e1..6084f7ddf6 100644
--- a/Documentation/RelNotes/1.7.4.txt
+++ b/Documentation/RelNotes/1.7.4.txt
@@ -4,6 +4,10 @@ Git v1.7.4 Release Notes (draft)
Updates since v1.7.3
--------------------
+ * The documentation Makefile now assumes by default asciidoc 8 and
+ docbook-xsl >= 1.73. If you have older versions, you can set
+ ASCIIDOC7 and ASCIIDOC_ROFF, respectively.
+
* The option parsers of various commands that create new branch (or
rename existing ones to a new name) were too loose and users were
allowed to call a branch with a name that begins with a dash by