From 300213bc016ddc8280619723fa07ae3b72ed372f Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 20 Oct 2024 18:58:00 +0100 Subject: [PATCH] Release xslTNG 2.3.0 --- properties.gradle | 4 ++-- src/guide/xml/changelog.xml | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/properties.gradle b/properties.gradle index dcd75eac7..23af746b2 100644 --- a/properties.gradle +++ b/properties.gradle @@ -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' diff --git a/src/guide/xml/changelog.xml b/src/guide/xml/changelog.xml index d5943eca0..afc1001f6 100644 --- a/src/guide/xml/changelog.xml +++ b/src/guide/xml/changelog.xml @@ -10,19 +10,12 @@ be of interest to users of the stylesheets. See the commits and pull requests on the repository for finer detail. -
+
- Changes in version 2.2.2 - 2.2.2 - 2024-10-09 + Changes in version 2.3.0 + 2.3.0 + 2024-10-21 - -Version 2.2.2 is a placeholder -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. - The principle new feature in version 2.3.0 is support for landscape (and portrait) @@ -40,17 +33,24 @@ development continues. effect in the browser presentation. - Reworked Java initialization; - fixed #504. - This change is a consequence of how Saxon initializes the XML Resolver. + Added support for titleabbrev in bibliography entries; + fixed #487. + Thanks, Frank! + Added a vendor-weasyprint.css stylesheet for use with the vendor-css parameter; fixed #497. + + Reworked Java initialization; + fixed #504. + This change is a consequence of how Saxon initializes the XML Resolver. + + Support linking on db:arg and db:group elements; fixed #528.