Skip to content

Commit

Permalink
Preparing 2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Apr 22, 2016
1 parent 1693908 commit b2c7039
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env/
# This directory should be generated by bin/xmlns-build:
suse2013-ns/

#
schema/rng/0.9/.env3/
schema/rng/*/susedoc5.rng
schema/rng/*/docbook*.rnc
schema/rng/*/docbook*.rng
56 changes: 56 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Fr Apr 22 09:00:00 UTC 2015 - [email protected]

Stable release DAPS 2.0.5:

Find issues in our GitHub tracker at
https://github.com/openSUSE/suse-xsl/issues/NUMBER

* Schema
- Add flat SUSEDoc schema for RNC and RNG
- Fix NovDoc/DB4 incompatibility: Phrase is only allowed in
productname, but not in productnumber

* Spelling
- Fix trailing whitespace

* Stylesheets (PDF)
- Added missing procedure, itemizedlist, and orderedlist for
intra.title.markup mode (suse-xsl #162, ec0cb3d6)
- Fix Ulink/Link template for DB 5
- Specifically check for @role='abbrev'
- Fix for vertical spaces on nested lists (#221)
- Question and answers
- Make an answer closer to a question
- Make consistent use of sans-stack for questions
- Use all paras in question consistently
- Italic for question label and first para (#200)
- Clean up web links
- Specifically check for @role='abbrev'
- Fix Ulink/Link template for DB 5

* Stylesheets (XHTML)
- Add GitHub URL in titlepage of book and article (suse-xsl #35)
- Fix functionality of "dm:version"
- xref handling
- Improve xref and is.xref.in.samebook template
- Fix xref resolution when $rootid is empty
- Implement vcs.url to fix, remove add.github.url and
bibliosource (suse-xsl #35)
- add actual book title to HTML pages again (suse-xsl #208)
- Fix formatting for intraxref (provides final fix suse-xsl #162)

* Stylesheets (EPUB)
- Build EPUBs by default without comments

* Common Stylesheet Changes
- allow intra xref linking for tables, figures, admons (suse-xsl #155)
- Added missing procedure, itemizedlist, and orderedlist for
intra.title.markup mode (suse-xsl #162)

* Packaging
- Update Requires/Recommends (also fixes suse-xsl #220)
- suse_beta => suse2013
- Improve package description in Spec file


-------------------------------------------------------------------
Tue Dec 02 13:41:00 UTC 2015 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
VERSION := 2.0.5
CDIR := $(shell pwd)
DIST_EXCLUDES := packaging/exclude-files_for_susexsl_package.txt
SUSE_XML_PATH := $(PREFIX)/xml/suse
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUSE XSL Stylesheets v2.0.4
SUSE XSL Stylesheets v2.0.5
===========================
Thomas Schraitle <toms@opensuse.org>

Expand Down
2 changes: 1 addition & 1 deletion packaging/suse-xsl-stylesheets.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: suse-xsl-stylesheets
Version: 2.0.4
Version: 2.0.5
Release: 0

###############################################################
Expand Down

0 comments on commit b2c7039

Please sign in to comment.