Skip to content

Commit

Permalink
Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelolasagasti committed Apr 24, 2022
1 parent a5911c2 commit 4c5747f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HACKING
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
RELEASE
=======

- update version number in configure.ac
- update version number in meson.build
- set release name in src/lib/config.py.in
- update data/revelation.appdata.xml.in
- update data/revelation.metainfo.xml.in
- set release date in NEWS
- update AUTHORS
- create git release tag
Expand Down
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2022-04-24: Revelation 0.5.5
============================
"Txoria nintzela sinistu nuen, sinistu"

Bugfixes:

- Fix building with >=Meson-0.60 #87 [Jay Faulkner]
- Fix importing GPass-0.5.1 files #72 [Miquel Garriga]
- Fix Metainfo errors reported by Debian

Translation:
- Update French #74

Others:
- Code changes based on flake8 and bandit
- First Meson only supported release [Germán Poo-Caamaño]


2020-10-04: Revelation 0.5.4
============================
"Drifting through the marsh we made it just outside the bend"
Expand Down
1 change: 1 addition & 0 deletions data/info.olasagasti.revelation.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="0.5.5" date="2022-04-24" />
<release version="0.5.4" date="2020-10-04" />
<release version="0.5.3" date="2020-09-13" />
<release version="0.5.2" date="2020-09-04" />
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('revelation',
version : '0.5.4',
version : '0.5.5',
meson_version: '>= 0.51.0'
)

Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ APPNAME = "Revelation"
PACKAGE = "@PACKAGE@"
VERSION = "@VERSION@"
DATAVERSION = 2
RELNAME = "Drifting through the marsh we made it just outside the bend"
RELNAME = "Txoria nintzela sinistu nuen, sinistu"
URL = "https://revelation.olasagasti.info/"
AUTHORS = [ "Erik Grinaker <[email protected]>","Mikel Olasagasti Uranga <[email protected]>" ]
ARTISTS = [ "Erik Grinaker <[email protected]>" ]
COPYRIGHT = _('Copyright') + " \251 2003-2007 Erik Grinaker\n2010-2020 Mikel Olasagasti Uranga"
COPYRIGHT = _('Copyright') + " \251 2003-2007 Erik Grinaker\n2010-2022 Mikel Olasagasti Uranga"
LICENSE = _("""Revelation is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
Expand Down

0 comments on commit 4c5747f

Please sign in to comment.