summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
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])