diff --git a/ChangeLog b/ChangeLog index d89711cd..a8a3c6a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Tue Dec 02 13:41:00 UTC 2015 - toms@opensuse.org + +Stable release DAPS 2.0.4: + +Find issues in our GitHub tracker at https://github.com/openSUSE/suse-xsl/issues/NUMBER + +* Schema: + - Allow constant and see (inside indexterm); make db.all.blocks zero + or more (*) for question (fbebfb6) + - Remove XLinks from DB5 elements (issue #99) + - Disallow db.all.blocks in lists (issue #100) + - Remove menuchoice from guiinlines (Novdoc) (a049b85) + - Allow menuchoice in titles (Novdoc) (975b8d6) + +* Stylesheets (PDF): + - "unbolded" admonition titles (issue #46) + - Odd space in footer where productname used to beproductname not displayed + on book title page (issue #50) + - Style sect5 Titles (issue #52) + - FOP don't like empty s (issue #97) + - Make remark handling a little more elegant + - Attribute sets: fix logic for replacing bold/italic in CJK languages + +* Stylesheets (XHTML): + - Make Callouts "uncopyable" (issue #55) + - Don't link inline images (issue #65) + - Publication date is incorrectly capitalized (issue #70) + - debug.filename-id: Use xml:id for metadata + - Various fixes for JS code for tracker + +* Common Stylesheet Changes: + - Style for (issue #49) + - xrefs to variablelists in another book is broken (issue #73) + - Trim spaces/newlines at beginning/end of verbatim elements (eba1e8b) + - Feature/fix bugtracker for db4 (issue #102) + +* Infrastructure: + - Fixed xslns-build script (issue #57) + - Wrong includes in daps2013-ns, opensuse2013-ns (issue #107) + - Defect URLs in Entities of the *-ns Stylesheets (issue #108) + - Consistent variable names and indendation + +------------------------------------------------------------------- Tue Aug 11 15:11:52 UTC 2015 - toms@opensuse.org Stable release 2.0.3 (only for OBS): diff --git a/Makefile b/Makefile index 829a4533..cd2add9d 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ endif SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets # HINT: Also raise version number in packaging/suse-xsl-stylesheets.spec -VERSION := 2.0.3 +VERSION := 2.0.4 CDIR := $(shell pwd) DIST_EXCLUDES := packaging/exclude-files_for_susexsl_package.txt SUSE_XML_PATH := $(PREFIX)/xml/suse diff --git a/README.adoc b/README.adoc index 9258dddc..b98bbf00 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -SUSE XSL Stylesheets v2.0.3 +SUSE XSL Stylesheets v2.0.4 =========================== Thomas Schraitle diff --git a/packaging/suse-xsl-stylesheets.spec b/packaging/suse-xsl-stylesheets.spec index 266a28b3..fbe87bb4 100644 --- a/packaging/suse-xsl-stylesheets.spec +++ b/packaging/suse-xsl-stylesheets.spec @@ -17,7 +17,7 @@ Name: suse-xsl-stylesheets -Version: 2.0.3 +Version: 2.0.4 Release: 0 ###############################################################