Skip to content

Commit

Permalink
Set version to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Knorr committed May 20, 2020
1 parent 96f9398 commit a6209e3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .versionrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.16
version: 2.0.17
files: Makefile README.adoc
changesfile: ChangeLog
format: (0|[1-9][0-9]*)\.(0|[1-9][0-9]{0,1})\.(0|[1-9][0-9]{0,1})
Expand Down
18 changes: 17 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu May 20 13:37:00 UTC 2020 - [email protected]

Stable release of the SUSE XSL stylesheets 2.0.17:

https://github.com/openSUSE/suse-xsl/releases/tag/2.0.17

- HTML:
- Fix recursion issue that broke builds of certain long
documents because we evaluated far too much content for
teaser texts
- Get fonts CSS via HTTPS by default

- Other:
- Fix release version insertion in Makefile

-------------------------------------------------------------------
Thu May 14 13:37:00 UTC 2020 - [email protected]

Expand Down Expand Up @@ -28,7 +44,7 @@ https://github.com/openSUSE/suse-xsl/releases/tag/2.0.16
- Open clicked images in new tab/window by default
- Stop adding "Abstract" titles over abstracts

PDF:
- PDF:
- Fix layout regressions that occurred after libxml bug fixes:
admon titles, book titles, imprint text (#369)
- Change imprint address to SUSE LLC Provo
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif

SHELL := /bin/bash
PACKAGE := suse-xsl-stylesheets
VERSION := 2.0.16
VERSION := 2.0.17
CDIR := $(shell pwd)
SUSE_XML_PATH := $(PREFIX)/xml/suse
DB_XML_PATH := $(PREFIX)/xml/docbook
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 2.0.16
SUSE XSL Stylesheets 2.0.17
============================

:numbered:
Expand Down

0 comments on commit a6209e3

Please sign in to comment.