summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-24 15:05:41 +0100
committerraveit65 <[email protected]>2019-02-24 15:05:41 +0100
commit092efdb0717f4106ec46f37b21141b2992794a59 (patch)
tree2c1ccd36f203c2aee93867abe623ff50f990200c
parente1e928c4b1941bee648019cb9f7a8ffa91789804 (diff)
downloadeom-092efdb0717f4106ec46f37b21141b2992794a59.tar.bz2
eom-092efdb0717f4106ec46f37b21141b2992794a59.tar.xz
release 1.22.0v1.22.0
-rw-r--r--NEWS21
-rw-r--r--configure.ac4
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])