summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-24 17:18:26 +0100
committerraveit65 <[email protected]>2019-02-24 17:18:26 +0100
commit911003044ca997acef5b31660c184ff5950fff9a (patch)
tree63815f479d64d0cca020e6cde04a774dd28b8a3c
parentbc164ea6abd98de688dd47c1cdef4f4aee522a46 (diff)
downloadmarco-911003044ca997acef5b31660c184ff5950fff9a.tar.bz2
marco-911003044ca997acef5b31660c184ff5950fff9a.tar.xz
release 1.22.0v1.22.0
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 75a46499..a5247b08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+### marco 1.22.0
+
+ * update translations
+ Initialize travis support
+ screen: Remove get_current_monitor in favor of get_current_xinerama
+ Increase icon size on tab and workspace popups
+ screen: avoid 'NULL' in 'meta_error_trap...' functions
+ prefs: avoid deprecated 'g_settings_list_keys'
+ add git.mk to autogenerate .gitignore files
+ enable silent output when building
+ 'meta_error_trap_push' instead 'meta_error_trap_push_with_return'
+ errors.c: avoid deprecated 'gdk_error_trap...' functions:
+ frames.c: drop unused variables
+ compositor-xrender: avoid deprecated 'gdk_error_trap_push/pop'
+
### marco 1.21.1
* update translations
diff --git a/configure.ac b/configure.ac
index bae4941a..106bc60f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ(2.50)
m4_define([marco_major_version], [1])
-m4_define([marco_minor_version], [21])
-m4_define([marco_micro_version], [1])
+m4_define([marco_minor_version], [22])
+m4_define([marco_micro_version], [0])
m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])