From: Norman Walsh Date: Sun, 17 Nov 2002 17:21:05 +0000 (+0000) Subject: Release notes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfe3088a69bd9819c05dc2d323f82fdb29a00dca;p=docbook-dsssl Release notes --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index 615a48e83..fd5e4996c 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -5,7 +5,7 @@
DocBook XSL Stylesheet Release Notes -08 Oct 2002 +17 Nov 2002 $Id$ @@ -18,6 +18,70 @@ This file documents (mostly) changes to the public APIs. What, exactly, counts as a public API is still somewhat in question, but it includes at least the global parameters. +Release 1.58.0 + +The 1.58.0 adds some initial support for extensions in xsltproc, adds +a few features, and fixes bugs. + + + +This release contains the first attempt at extension support for xsltproc. +The only extension available to date is the one that adjusts table column widths. +Run extensions/xsltproc/python/xslt.py. + + + + +Fixed bugs in calculation of adjusted column widths to correct for rounding +errors. + + + + +Support nested refsection elements correctly. + + + + +Reworked gentext.template to take context into consideration. +The name of elements in localization files is now an xpath-like context list, not +just a simple name. + + + + +Made some improvements to bibliography formatting. + + + + +Improved graphical formatting of admonitions. + + + + +Added support for entrytbl. + + + + +Support spanning index terms. + + + + +Support bibliosource. + + + + +Release 1.57.0 + +The 1.57.0 release wasn't documented here. Oops. + + + + Release 1.56.0 The 1.56.0 release fixes bugs.