Skip to content

Commit

Permalink
Merge pull request #541 from ndw/rel240
Browse files Browse the repository at this point in the history
DocBook xslTNG version 2.4.0
  • Loading branch information
ndw authored Oct 24, 2024
2 parents 0e30925 + 16b0ed2 commit ec29f88
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Restore previous version(s) of the guide
if: matrix.os == 'ubuntu-20.04'
run: |
rsync -ar /tmp/guide/ build/website/guide/
rsync -ar --exclude index.html /tmp/guide/ build/website/guide/
if [ ! -f build/website/guide/index.html ]; then \
mv /tmp/guide/index.html build/website/guide/; \
fi
Expand Down
4 changes: 2 additions & 2 deletions properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ext {
xslTNGtitle = 'DocBook xslTNG'
xslTNGbaseName = 'docbook-xslTNG'
xslTNGversion = '2.3.1'
guideVersion = '2.3.1'
xslTNGversion = '2.4.0'
guideVersion = '2.4.0'
guidePrerelease = false

docbookVersion = '5.2'
Expand Down
26 changes: 22 additions & 4 deletions src/guide/xml/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ be of interest to users of the stylesheets. See the commits and pull requests on
<link xlink:href="https://github.com/docbook/xslTNG/">the repository</link> for
finer detail.</para>

<section xml:id="r231">
<section xml:id="r240">
<info>
<title>Changes in version 2.3.1</title>
<productnumber>2.3.1</productnumber>
<title>Changes in version 2.4.0</title>
<productnumber>2.4.0</productnumber>
<date>2024-10-24</date>
</info>
<itemizedlist>
Expand All @@ -34,9 +34,27 @@ I don’t imagine that was intentional, but if you use <tag>task</tag> elements
titles, make sure you’re getting the results you expect!</para>
</listitem>
</orderedlist>
<para>It’s also <emphasis>possible</emphasis> that it will have consequences in customization
<para>It’s also <emphasis>possible</emphasis> that this will have consequences in customization
layers, but I don’t think that’s the case.</para>
</listitem>
<listitem>
<para>Added a wrappar around <tag>cmdsynopsis</tag>;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/538">#538</link>.
This makes customization of command synopses more practical in CSS.
</para>
</listitem>
<listitem>
<para>In the DocBook Python script, pass the Saxon return code back to the shell;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/535">#535</link>.
Thanks, Frank!
</para>
</listitem>
<listitem>
<para>Fixed the CI build issue that was preventing the link to the most recent
version of the guide from updating correctly;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/534">#534</link>.
</para>
</listitem>
</itemizedlist>
</section>

Expand Down

0 comments on commit ec29f88

Please sign in to comment.