summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8cd91dd..ff9e80de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+### 3.22.24 (GTK 3.22)
+
+ * Translations update
+ * Most themes: fix border-radius of csd decorations
+ * Traditional*: Fix selectors for toolbar buttons (#302)
+ * Fix headerbar rendering in GNOME 1.41 apps
+ * Fix button states of charpick-applet with Yaru themes
+ * BLACKMATE: fix dictionary applet in panel
+ * BlackMATE: fix issues with tasklist, charpick buttons
+
### 3.22.23 (GTK 3.22)
* Translations update
diff --git a/configure.ac b/configure.ac
index 469e5fae..aad8e792 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([mate-themes], [3.22.23], [https://mate-desktop.org])
+AC_INIT([mate-themes], [3.22.24], [https://mate-desktop.org])
AC_CONFIG_SRCDIR([icon-themes])
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news])