Skip to content

Commit

Permalink
Set version to 2.92.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Aug 2, 2023
1 parent 239aedf commit 556697b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .versionrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.92.1
version: 2.92.2
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
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Aug 02 11:15:00 UTC 2022 - [email protected]

- Update 2.92.2
- Correct metadata
- Rename "abstract" -> "description" and refactor code
- Introduce "sameAs" property
- Disable json-ld-version and json-ld-keywords
- Use "Corporation" instead of "Organization" for default author and publisher

- JSON-LD: Rewrite author + authorgroup code
- Simplify code and create a two set approach
If no (author/editor/corpauthor/contributor)s or authorgroup is
found, fallback to a default corporation author
- Add new parameters:
- json-ld-fallback-author-name: The author's name
- json-ld-fallback-author-url: the author's URL
- json-ld-fallback-author-type: "Corporation" by default
(but can also be a "Person")
- json-ld-fallback-author-logo: the URL pointing to the logo

-------------------------------------------------------------------
Mon Jul 31 13:36:00 UTC 2022 - [email protected]

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.92.1
VERSION := 2.92.2
CDIR := $(shell pwd)
SUSE_XML_PATH := $(PREFIX)/xml/suse
DB_XML_PATH := $(PREFIX)/xml/docbook
Expand Down

0 comments on commit 556697b

Please sign in to comment.