Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release xslTNG 2.3.0 #532

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading