Skip to content

Commit

Permalink
Merge pull request #482 from openSUSE/release/2.85.0
Browse files Browse the repository at this point in the history
Release/2.85.0
  • Loading branch information
tomschr authored Jul 26, 2022
2 parents 3f78cc2 + 674353b commit 077d738
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .versionrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.84.1
version: 2.85.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
20 changes: 16 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
-------------------------------------------------------------------
Fri Jul 08 11:50:00 UTC 2020 - [email protected]
Tue Jul 26 15:08:00 UTC 2022 - [email protected]

- Update to 2.85.0
- Fix #479: Typo fix in parameter qnumber -> number
- Fix #478: reduce length count for socialmedia and search description
to 150
- Fix #474: Support alt/title attributes in images
- Fix #455: Add missing strings for HTML output
- Fix #286: Rudimentary style <result> element


-------------------------------------------------------------------
Fri Jul 08 11:50:00 UTC 2022 - [email protected]

- Update to 2.84.1
- Fix #454: Implement color for phrase/para
- Fix #470: Make "Report bug" links attached to titles

-------------------------------------------------------------------
Fri Jul 08 09:05:00 UTC 2020 - [email protected]
Fri Jul 08 09:05:00 UTC 2022 - [email protected]

- Update to 2.84.0:
- Fix #96: Remove SUSE address
Expand All @@ -17,13 +29,13 @@ Fri Jul 08 09:05:00 UTC 2020 - [email protected]
- Add README for SUSE's SASS customization

-------------------------------------------------------------------
Wed Mar 30 17:02:00 UTC 2020 - [email protected]
Wed Mar 30 17:02:00 UTC 2022 - [email protected]

- Update to 2.83.1:
Fix publication date on title page

-------------------------------------------------------------------
Thu Feb 21 13:37:00 UTC 2020 - [email protected]
Thu Feb 21 13:37:00 UTC 2022 - [email protected]

Beta release of the SUSE XSL stylesheets 2.83.0:

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.84.1
VERSION := 2.85.0
CDIR := $(shell pwd)
SUSE_XML_PATH := $(PREFIX)/xml/suse
DB_XML_PATH := $(PREFIX)/xml/docbook
Expand Down
1 change: 1 addition & 0 deletions versionbump
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ fi
echo -n "Open changes file for editing? [y]/n "
read DECISION
if [[ ! $DECISION == 'n' ]] && [[ ! $DECISION == 'no' ]]; then
EDITOR=${EDITOR:-vi}
$EDITOR $changes
else
echo "(kay) Using changes as-is."
Expand Down

0 comments on commit 077d738

Please sign in to comment.