Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
  • Loading branch information
mikelolasagasti committed Aug 30, 2020
1 parent 8703e4a commit a99bf56
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ John Lenz <[email protected]> Added LUKS file import/export
Andreas Sliwka <[email protected]> Applet option to show/hide search entry
Wade Berrier <[email protected]> Don't crash on missing theme icons
Arjuna Del Toso <[email protected]> Bitwarden Web Vault export
Miquel Garriga <[email protected]> Migrate to Python3 and GTK3

Translations
============
Expand Down
1 change: 1 addition & 0 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RELEASE
- set release name in src/lib/config.py.in
- update data/revelation.appdata.xml.in
- set release date in NEWS
- update AUTHORS
- create git release tag
- make dist

Expand Down
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2020-08-30: Revelation 0.5.1
============================

Bugfixes:
- Fix #21 [Miquel Garriga]

Translation:
- Add Polish translation
- Updated Dutch translation

Others:
- Remove python-dbus dependency


2020-08-10: Revelation 0.5.0
============================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl

dnl initialize autoconf/automake
AC_PREREQ([2.69])
AC_INIT([revelation],[0.5.0],[https://github.com/mikelolasagasti/revelation/issues],[revelation],[https://revelation.olasagasti.info/])
AC_INIT([revelation],[0.5.1],[https://github.com/mikelolasagasti/revelation/issues],[revelation],[https://revelation.olasagasti.info/])
AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])

AM_GNU_GETTEXT_VERSION([0.19.8])
Expand Down
1 change: 1 addition & 0 deletions data/revelation.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<updatecontact>[email protected]</updatecontact>
<content_rating type="oars-1.1" />
<releases>
<release version="0.5.1" date="2020-08-30" />
<release version="0.5.0" date="2020-08-10" />
<release version="0.4.14" date="2012-07-01" />
<release version="0.4.13" date="2012-05-27" />
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ APPNAME = "Revelation"
PACKAGE = "@PACKAGE@"
VERSION = "@VERSION@"
DATAVERSION = 2
RELNAME = "No estaba muerto, estaba de parranda"
RELNAME = "Cadi Cadi"
URL = "https://revelation.olasagasti.info/"
AUTHORS = [ "Erik Grinaker <[email protected]>","Mikel Olasagasti Uranga <[email protected]>" ]
ARTISTS = [ "Erik Grinaker <[email protected]>" ]
Expand Down

0 comments on commit a99bf56

Please sign in to comment.