Skip to content

Commit

Permalink
Merge pull request #532 from ndw/xsltng-230
Browse files Browse the repository at this point in the history
Release xslTNG 2.3.0
  • Loading branch information
ndw authored Oct 21, 2024
2 parents b878b69 + 300213b commit 275bab4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
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.2.2'
guideVersion = '2.2.2'
xslTNGversion = '2.3.0'
guideVersion = '2.3.0'
guidePrerelease = false

docbookVersion = '5.2'
Expand Down
28 changes: 14 additions & 14 deletions src/guide/xml/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,12 @@ 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="r222">
<section xml:id="r230">
<info>
<title>Changes in version 2.2.2</title>
<productnumber>2.2.2</productnumber>
<date>2024-10-09</date> <!--tbd-->
<title>Changes in version 2.3.0</title>
<productnumber>2.3.0</productnumber>
<date>2024-10-21</date>
</info>
<note>
<title>Version 2.2.2 is a placeholder</title>
<para>The next release will be version 2.3.0 because the markup changes required
to support lanscape mode seem to justify a major bump (though they aren’t,
technically, backwards incompatible). Version 2.2.2 is just a placeholder while
development continues.</para>
</note>
<itemizedlist>
<listitem>
<para>The principle new feature in version 2.3.0 is support for landscape (and portrait)
Expand All @@ -40,17 +33,24 @@ development continues.</para>
effect in the browser presentation.</para>
</listitem>
<listitem>
<para>Reworked Java initialization;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/504">#504</link>.
This change is a consequence of how Saxon initializes the XML Resolver.
<para>Added support for <tag>titleabbrev</tag> in bibliography entries;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/487">#487</link>.
Thanks, Frank!
</para>
</listitem>

<listitem>
<para>Added a <filename>vendor-weasyprint.css</filename> stylesheet for use with
the <parameter>vendor-css</parameter> parameter;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/497">#497</link>.
</para>
</listitem>
<listitem>
<para>Reworked Java initialization;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/504">#504</link>.
This change is a consequence of how Saxon initializes the XML Resolver.
</para>
</listitem>
<listitem>
<para>Support linking on <tag>db:arg</tag> and <tag>db:group</tag> elements;
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/528">#528</link>.
Expand Down

0 comments on commit 275bab4

Please sign in to comment.