diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +3.22.16 (GTK 3.22) + + Menta themes: use black cursor theme + BlackMATE: Fix for Google Chrome/Chromium + BlackMATE: Fix some runtime warnings + add black cursor theme + cursor theme: use HIDIPI cursors + All themes: some improvements for WebKitGtk2 + Trad themes: don't draw a gradient background for the panel + Most themes: don't write a background for vala-panel-appmenu + Submarine themes: drop light borders from multiload-applet + HCI: add missing settings for multimedia OSD + Traditional themes: fix osd progressbar color + Menta themes: fix osd progressbar color + 3.22.15 (GTK 3.22) * sync with transifex diff --git a/configure.ac b/configure.ac index ec702d5b..322d39b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.15], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.22.16], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |