From: Michael Smith Date: Thu, 30 Aug 2007 07:30:54 +0000 (+0000) Subject: In subsection titles in release notes and NEWS files, output the X-Git-Tag: release/1.79.1~6^2~1695 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3be8a37b915381784ef590178e3d7247c1eaac0;p=docbook-dsssl In subsection titles in release notes and NEWS files, output the title "Release Notes: N.NN.N" instead of "Release: N.NN.N" (because the former reads better in announcements). --- diff --git a/releasetools/svnlog2docbook.xsl b/releasetools/svnlog2docbook.xsl index 580935f5c..fec6fb028 100644 --- a/releasetools/svnlog2docbook.xsl +++ b/releasetools/svnlog2docbook.xsl @@ -170,7 +170,7 @@ name="xml:id">V - Release: <xsl:value-of select="$release-version"/> + Release Notes: <xsl:value-of select="$release-version"/> The following is a list of changes that have been made since the release.