diff options
author | raveit65 <[email protected]> | 2018-03-30 09:36:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-30 09:54:22 +0200 |
commit | 569645f70e5f52823fe07d18f23c0a2dc1fa0b10 (patch) | |
tree | e0b199a1595437e40ccad08d2fe6e78e9937138b | |
parent | 71d8105adfbe44574396d76acf4ca57325cf2d92 (diff) | |
download | mate-themes-569645f70e5f52823fe07d18f23c0a2dc1fa0b10.tar.bz2 mate-themes-569645f70e5f52823fe07d18f23c0a2dc1fa0b10.tar.xz |
release 3.22.16v3.22.16
-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]) |