diff options
author | raveit65 <[email protected]> | 2017-01-24 22:22:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-24 22:22:53 +0100 |
commit | 00e6a0593d3a713d5eade8250ac5219c9e95aeb5 (patch) | |
tree | 1106933ab052c56e0cbb079b15418da447aed37e | |
parent | 0eca4c6a8cda16a52c1f6a25bc1a28a2d72daf75 (diff) | |
download | mate-themes-00e6a0593d3a713d5eade8250ac5219c9e95aeb5.tar.bz2 mate-themes-00e6a0593d3a713d5eade8250ac5219c9e95aeb5.tar.xz |
release 3.20.16v3.20.16
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +3.20.16 (GTK 3.20) + + GTK+-3.20 Submarine themes: increase systray margins by 1 pixel to avoid deformed icons + GTK+-3.20 Menta themes: increase systray margins by 1 pixel to avoid deformed icons + GTK+-3.20 Menta themes: use normal font weighting for panel main menu labels + GTK+-3.22 Traditional themes: fix panel applet slider + GTK+-3.20 Traditional themes: rework GtkNotebook + GTK+-3.20 Traditional themes: fix border-radius of dialog-action-area linked single button + GTK+-3.20 Submarine themes: fix border-radius of dialog-action-area linked single button + GTK+-3.20 Submarine themes: more outline fixes + BlackMATE: Fix disappearing focus of flat buttons + 3.20.15 (GTK 3.20) Translations update diff --git a/configure.ac b/configure.ac index 1249b048..a2159ba6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.20.15], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.20.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]) |