From 4f68034197311c88d9f082511e81bba591845634 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 27 Mar 2021 16:30:43 +0100 Subject: release 3.22.22 --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ea9c8cc8..ca63bf3a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +### 3.22.22 (GTK 3.22) + + * Translations update + * Traditional themes: fix tooltip shadow on openindiana + * The compositor doesn't apply the shadow mask if border-radius is 0 + * build: allow users to disable gettext support (--disable-nls) + * i18n: icon theme ContrastHigh + * Set gtk-print-preview-command in settings.ini + * Remove the execution bit + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * Green-Submarine: Use procedural adaptive-sized icons + * Blue-submarine: Use procedural adaptive-sized icons + * gtk-widgets.css: Add the missing .context-menu class + * Traditional and Menta theme families: Resolved Caja sidebar display regressions + * TraditionalOk/Green: Fix title_border bottom attribute + ### 3.22.21 (GTK 3.22) * Translations update diff --git a/configure.ac b/configure.ac index 38ce192f..ae4ec045 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.21], [https://mate-desktop.org]) +AC_INIT([mate-themes], [3.22.22], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) -- cgit v1.2.1