summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-03-27 16:30:43 +0100
committerraveit65 <[email protected]>2021-03-27 16:30:43 +0100
commit4f68034197311c88d9f082511e81bba591845634 (patch)
tree53d574fe541f82a168fdee58c6a098b9fd9b160b
parentc86982da37a7dc82561b990a7bd120d7c774e3c4 (diff)
downloadmate-themes-3.22.22.tar.bz2
mate-themes-3.22.22.tar.xz
release 3.22.22v3.22.22
-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])