Skip to content

Commit 275bab4

Browse files
authored
Merge pull request #532 from ndw/xsltng-230
Release xslTNG 2.3.0
2 parents b878b69 + 300213b commit 275bab4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

properties.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ext {
33
xslTNGtitle = 'DocBook xslTNG'
44
xslTNGbaseName = 'docbook-xslTNG'
5-
xslTNGversion = '2.2.2'
6-
guideVersion = '2.2.2'
5+
xslTNGversion = '2.3.0'
6+
guideVersion = '2.3.0'
77
guidePrerelease = false
88

99
docbookVersion = '5.2'

src/guide/xml/changelog.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,12 @@ be of interest to users of the stylesheets. See the commits and pull requests on
1010
<link xlink:href="https://github.com/docbook/xslTNG/">the repository</link> for
1111
finer detail.</para>
1212

13-
<section xml:id="r222">
13+
<section xml:id="r230">
1414
<info>
15-
<title>Changes in version 2.2.2</title>
16-
<productnumber>2.2.2</productnumber>
17-
<date>2024-10-09</date> <!--tbd-->
15+
<title>Changes in version 2.3.0</title>
16+
<productnumber>2.3.0</productnumber>
17+
<date>2024-10-21</date>
1818
</info>
19-
<note>
20-
<title>Version 2.2.2 is a placeholder</title>
21-
<para>The next release will be version 2.3.0 because the markup changes required
22-
to support lanscape mode seem to justify a major bump (though they aren’t,
23-
technically, backwards incompatible). Version 2.2.2 is just a placeholder while
24-
development continues.</para>
25-
</note>
2619
<itemizedlist>
2720
<listitem>
2821
<para>The principle new feature in version 2.3.0 is support for landscape (and portrait)
@@ -40,17 +33,24 @@ development continues.</para>
4033
effect in the browser presentation.</para>
4134
</listitem>
4235
<listitem>
43-
<para>Reworked Java initialization;
44-
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/504">#504</link>.
45-
This change is a consequence of how Saxon initializes the XML Resolver.
36+
<para>Added support for <tag>titleabbrev</tag> in bibliography entries;
37+
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/487">#487</link>.
38+
Thanks, Frank!
4639
</para>
4740
</listitem>
41+
4842
<listitem>
4943
<para>Added a <filename>vendor-weasyprint.css</filename> stylesheet for use with
5044
the <parameter>vendor-css</parameter> parameter;
5145
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/497">#497</link>.
5246
</para>
5347
</listitem>
48+
<listitem>
49+
<para>Reworked Java initialization;
50+
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/504">#504</link>.
51+
This change is a consequence of how Saxon initializes the XML Resolver.
52+
</para>
53+
</listitem>
5454
<listitem>
5555
<para>Support linking on <tag>db:arg</tag> and <tag>db:group</tag> elements;
5656
fixed <link xlink:href="https://github.com/docbook/xslTNG/issues/528">#528</link>.

0 commit comments

Comments
 (0)