diff --git a/.versionrc b/.versionrc index ff002814..7d5050a8 100644 --- a/.versionrc +++ b/.versionrc @@ -1,4 +1,4 @@ -version: 2.91.2 +version: 2.92.0 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 a37f28c6..2903f198 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ +------------------------------------------------------------------- +Wed Jul 26 16:57:00 UTC 2022 - tomschr@users.noreply.github.com + +- Update 2.92.0 + - Add #552: Implement first attempt of JSON-LD (DOCTEAM-1061) + - Fix #524: Add footnote template in mode="xref-to" + - Fix #554: "Request for a label of unexpected element" + - Fix #550: Add missing xsl:attribute to create "lang" attribute + - Add #548: Add support for + ------------------------------------------------------------------- Fri May 12 08:56:00 UTC 2022 - tomschr@users.noreply.github.com -- Update 2.92.2 +- Update 2.91.2 - Use search.description.length and search.title.length - Correct copy-and-paste error for "twitter:*": Use instead of diff --git a/Makefile b/Makefile index f00a9d4d..7403b006 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets -VERSION := 2.91.2 +VERSION := 2.92.0 CDIR := $(shell pwd) SUSE_XML_PATH := $(PREFIX)/xml/suse DB_XML_PATH := $(PREFIX)/xml/docbook