From fb3e297a4e648c063941ea55c659da7506d18f60 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Mon, 10 Aug 2020 13:44:58 +0200 Subject: [PATCH] Release 0.5.0 Signed-off-by: Mikel Olasagasti Uranga --- HACKING | 5 ++--- Makefile.am | 2 +- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- data/revelation.appdata.xml.in | 2 +- src/lib/config.py.in | 8 ++++---- 6 files changed, 30 insertions(+), 10 deletions(-) diff --git a/HACKING b/HACKING index 42079f8..3f16ca6 100644 --- a/HACKING +++ b/HACKING @@ -3,13 +3,12 @@ RELEASE - update version number in configure.ac - set release name in src/lib/config.py.in +- update data/revelation.appdata.xml.in - set release date in NEWS -- create mercurial release tag +- create git release tag - make dist -- upload to ftp server - add release on web-site - announce on web-site - announce on revelation-announce, revelation-list, and gnome-announce-list - announce on freshmeat and gnomefiles - diff --git a/Makefile.am b/Makefile.am index 1b93ad4..dc98c5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,4 +10,4 @@ SUBDIRS = data po src EXTRA_DIST = autogen.sh dist-hook: - hg log --style changelog > $(top_distdir)/ChangeLog + git log > $(top_distdir)/ChangeLog diff --git a/NEWS b/NEWS index 8f9375d..bfa4859 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +2020-08-10: Revelation 0.5.0 +============================ + +New features: +- Code migrated to Python3 and GTK3 #11 [Miquel Garriga] +- Bitwarden CSV exporter #8 [Arjuna Del Toso] +- Migrate from Intltool to Gettext [Mikel Olasagasti Uranga] + +Bugfixes: +- Fix 256x256 icon #5 [Matthias Mailänder] +- Fix autoload when file has special characters #3 #11 [Pieter Ennes] + +Translation: +- Update translations + +Others: +- Remove applet code +- Use Makefile macros when using sed [Germán Poo-Caamaño] +- Remove unused code [Miquel Garriga] + + 2012-07-01: Revelation 0.4.14 ============================= diff --git a/configure.ac b/configure.ac index 2d249a3..bdfba66 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl dnl initialize autoconf/automake AC_PREREQ([2.69]) -AC_INIT([revelation],[0.5.0],[https://bitbucket.org/erikg/revelation/issues/new],[revelation],[https://revelation.olasagasti.info/]) +AC_INIT([revelation],[0.5.0],[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]) diff --git a/data/revelation.appdata.xml.in b/data/revelation.appdata.xml.in index e78dee3..58d8a16 100644 --- a/data/revelation.appdata.xml.in +++ b/data/revelation.appdata.xml.in @@ -29,9 +29,9 @@ mikel@olasagasti.info + - diff --git a/src/lib/config.py.in b/src/lib/config.py.in index 516264f..70d9119 100644 --- a/src/lib/config.py.in +++ b/src/lib/config.py.in @@ -24,7 +24,7 @@ # from . import util -import gettext, os +import gettext _ = gettext.gettext @@ -37,11 +37,11 @@ APPNAME = "Revelation" PACKAGE = "@PACKAGE@" VERSION = "@VERSION@" DATAVERSION = 2 -RELNAME = "One Toke Over the Line" -URL = "http://revelation.olasagasti.info/" +RELNAME = "No estaba muerto, estaba de parranda" +URL = "https://revelation.olasagasti.info/" AUTHORS = [ "Erik Grinaker ","Mikel Olasagasti Uranga " ] ARTISTS = [ "Erik Grinaker " ] -COPYRIGHT = _('Copyright') + " \302\251 2003-2007 Erik Grinaker\n2010-2012 Mikel Olasagasti Uranga" +COPYRIGHT = _('Copyright') + " \302\251 2003-2007 Erik Grinaker\n2010-2020 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