diff options
author | raveit65 <[email protected]> | 2016-09-03 19:58:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-03 19:58:27 +0200 |
commit | a9f15ea0ea727758089dea061c27eb2b6bdf9329 (patch) | |
tree | 9dd5679e68c0f6f930346fddef473fed59275eb3 | |
parent | 4c992bf98bc2fabc34f3046574e37cdcdb492878 (diff) | |
download | mate-themes-a9f15ea0ea727758089dea061c27eb2b6bdf9329.tar.bz2 mate-themes-a9f15ea0ea727758089dea061c27eb2b6bdf9329.tar.xz |
release 3.22.2v3.22.2
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +3.22.2 (GTK 3.22) + + Translations update + GTK+-3.20 all themes: add background-image to the ruberband style class + GTK+-3 Submarine themes: fix jumping pathbar toggle button + GTK+-3.20 TOK themes: improvements for GtkNotebook + GTK+-3.20 GreenLaguna: improvements for GtkNotebook + GTK+-3.20 Menta themes: GtkNotebook improvements + GTK+-3.20 Submarine themes: GtkNotebook improvements and more + GTK+-3.20 TOK themes: fix tabs in mate-terminal + GTK+-3.20 Menta themes: fix tabs in mate-terminal + + 3.22.1 (GTK 3.22) Translations update diff --git a/configure.ac b/configure.ac index 340ad4a5..63cc2e34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.1], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.22.2], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |