From: Norman Walsh Date: Fri, 17 Jan 2003 13:49:20 +0000 (+0000) Subject: Updated for 1.59.2 release X-Git-Tag: release/1.79.1~6^2~4915 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72024cb478924b179abdd10f803328866ca73b21;p=docbook-dsssl Updated for 1.59.2 release --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index 9ceac0fe9..30f9021fd 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -18,6 +18,53 @@ 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.59.2 + +The 1.59.2 fixes an FO bug in the page masters that causes FOP to fail. + + + +Removed the region-name from the region-body of blank pages. There's +no reason to give the body of blank pages a unique name and doing so causes +a mismatch that FOP detects. + + + + +Output IDs for the first paragraphs in listitems. + + + + +Fixed some small bugs in the handling of page numbers in double-sided mode. + + + + +Attempt to prevent duplicated IDs from being produced when +endterm on xref points +to something with nested structure. + + + + +Fix aligment problems in equations. + + + + +Output the type attribute on unordered lists (UL) in HTML only if +the css.decoration parameter is true. + + + + +Calculate the font size in formal.title.properties so that it's 1.2 times +the base font size, not a fixed "12pt". + + + + Release 1.59.1 The 1.59.1 fixes a few bugs.