diff options
author | raveit65 <[email protected]> | 2021-03-27 16:30:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-27 16:49:21 +0100 |
commit | fd4688af5646a9c8b77651c6b00e093e89b0ed6d (patch) | |
tree | afe166797bacb22b51220a912aebd04dfe61458d | |
parent | 2c9a93db2c0d652e25130a3a2607c5a4baa269f0 (diff) | |
download | mate-themes-fd4688af5646a9c8b77651c6b00e093e89b0ed6d.tar.bz2 mate-themes-fd4688af5646a9c8b77651c6b00e093e89b0ed6d.tar.xz |
release 3.22.22
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@ +### 3.22.22 (GTK 3.22) + + * Translations update + * Traditional themes: fix tooltip shadow on openindiana + * The compositor doesn't apply the shadow mask if border-radius is 0 + * build: allow users to disable gettext support (--disable-nls) + * i18n: icon theme ContrastHigh + * Set gtk-print-preview-command in settings.ini + * Remove the execution bit + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * Green-Submarine: Use procedural adaptive-sized icons + * Blue-submarine: Use procedural adaptive-sized icons + * gtk-widgets.css: Add the missing .context-menu class + * Traditional and Menta theme families: Resolved Caja sidebar display regressions + * TraditionalOk/Green: Fix title_border bottom attribute + ### 3.22.21 (GTK 3.22) ### 3.22.20 (GTK 3.22) diff --git a/configure.ac b/configure.ac index 38ce192f..ae4ec045 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.21], [https://mate-desktop.org]) +AC_INIT([mate-themes], [3.22.22], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |