From 092efdb0717f4106ec46f37b21141b2992794a59 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 24 Feb 2019 15:05:41 +0100 Subject: release 1.22.0 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 39c9158..0780602 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +### eom 1.22.0 + + * tx: sync with transifex + * Add update-authors.pl script which helps to update eom.about + * Read authors (updated) and documenters (updated) from eom.about gresource + * Initialize Travis CI support + * Ensure proper translation of the about dialog title + * Make translatable the copyright in about dialog + * Help - fix gui labels + * disable deprecation warnings for distcheck + * Update the appdata XML file + * Use make functions for HELP_LINGUAS + * Fix url of ulink to point to mate-user-guide + * Update Catalan screenhots + * Fix spelling and grammar mistakes + * Update eom_start_window.png + * tx: add eom help to transifex config + * Reduce the number of g_file_query_info calls at start-up + * EomImage: Remove unused constructor + * fix a memory leak + ### eom 1.21.2 * docs: remove eom-dialog.xml reference to fix distcheck diff --git a/configure.ac b/configure.ac index 68b65dc..ace0859 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ AC_PREREQ(2.59) AC_CONFIG_MACRO_DIR([m4]) m4_define(eom_major_version, 1) -m4_define(eom_minor_version, 21) -m4_define(eom_micro_version, 2) +m4_define(eom_minor_version, 22) +m4_define(eom_micro_version, 0) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom]) -- cgit v1.2.1