diff --git a/.versionrc b/.versionrc index 75db90e2..e73f6c3d 100644 --- a/.versionrc +++ b/.versionrc @@ -1,4 +1,4 @@ -version: 2.92.2 +version: 2.92.3 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}) diff --git a/ChangeLog b/ChangeLog index 684f8c99..da2cdef1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Aug 03 09:10:00 UTC 2022 - tomschr@users.noreply.github.com + +- Update 2.92.3 + - Introduce json-ld-use-individual-authors parameter + => 0=don't use individual authors, use fallback author + 1=use authors which are in or s + - Remove "role" property for authors + ------------------------------------------------------------------- Wed Aug 02 11:15:00 UTC 2022 - tomschr@users.noreply.github.com diff --git a/Makefile b/Makefile index a671adf5..4328de58 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets -VERSION := 2.92.2 +VERSION := 2.92.3 CDIR := $(shell pwd) SUSE_XML_PATH := $(PREFIX)/xml/suse DB_XML_PATH := $(PREFIX)/xml/docbook