Skip to content

Commit

Permalink
Set version to 2.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Jul 26, 2023
1 parent 9f1bdee commit c7ee529
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versionrc
Original file line number Diff line number Diff line change
@@ -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})
Expand Down
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
-------------------------------------------------------------------
Wed Jul 26 16:57:00 UTC 2022 - [email protected]

- 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 <phrase role="style:...">

-------------------------------------------------------------------
Fri May 12 08:56:00 UTC 2022 - [email protected]

- Update 2.92.2
- Update 2.91.2
- Use search.description.length and search.title.length
- Correct copy-and-paste error for "twitter:*":
Use <meta name="..."> instead of <meta property="...">
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.91.2
VERSION := 2.92.0
CDIR := $(shell pwd)
SUSE_XML_PATH := $(PREFIX)/xml/suse
DB_XML_PATH := $(PREFIX)/xml/docbook
Expand Down

0 comments on commit c7ee529

Please sign in to comment.