From: Norman Walsh Date: Tue, 17 Sep 2002 11:44:34 +0000 (+0000) Subject: Updated for 1.55.0 X-Git-Tag: release/1.79.1~6^2~5250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28e1825bdb55b59d7668c12e06609977211cc9f7;p=docbook-dsssl Updated for 1.55.0 --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index a6ccdca8f..c06c81f1c 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -18,6 +18,69 @@ 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.55.0 + +The 1.55.0 fixes a few bugs and reorganizes some parameters. + + + +Added Lithuanian and Vietnamese localizations. + + + + +Support orientation, rotated-width, and +rotated-height on a dbfo processing +instruction to rotate table cells in FO output. + + + + +Restart all books on page 1. + + + + +Added experimental chunkfast support. + + + + +Support automatic indexes in webpage elements. +This isn't as useful as it first sounds, because as the code stands only a single +page (not an entire site) will be indexed. Also, moving this directly into the +autoidx.xsl file may not be the best strategy. It would be +better if it was somehow contained in the Website stylesheets. + + + + +Fixed bug where dbhtml processing instructions +to specify filenames and directories were used even if they occurred in components +that weren't being chunked. + + + + +Allow generate.toc parameter to control ToCs in +article appendixes. Suppressed by default. + + + + +Fixed bug where the code that searches for pseudo-attributes in +processing instructions would match suffixes instead of only whole attributes. +(In other words, xxxfoo would match +foo.) + + + + +Left-align monospaced verbatim environments in FO. + + + + Release 1.54.1 The 1.54.1 release fixes a couple of bugs in 1.54.0.