summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 0344f3f2..50b49885 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,17 @@
+1.9.3 (GTK 3.8)
+ * TraditionalOKTest is installable with normal configure flags
+ * add transition effect to buttons and menuitems for Menta themes GTK3
+ * add transition effect to buttons and menuitems for BlackMate and GreenLaguna GTK3
+ * Menta + Traditional themes GTK2: prelight wnckpager applet
+
1.9.2 (GTK 3.8)
* add ContrastHighInververse GTK3 part
* several improvements in BlackMate, GreenLaguna and Shiny themes GTK2
1.9.1 (GTK 3.8)
-* bump version to reflect GTK3 version
-* update traditional themes to clearlook-phenix version 4 (GTK3-3.8)
-* Import Crux Metacity theme and rename it to Quid
-* Add BlueMenta theme
-* Add Shiny GTK3 part
-* several adjustments
+ * bump version to reflect GTK3 version
+ * update traditional themes to clearlook-phenix version 4 (GTK3-3.8)
+ * Import Crux Metacity theme and rename it to Quid
+ * Add BlueMenta theme
+ * Add Shiny GTK3 part
+ * several adjustments
diff --git a/configure.ac b/configure.ac
index df2b12c1..c22e1650 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([mate-themes], [1.9.2], [https://github.com/mate-desktop/mate-themes/issues], [mate-themes-gtk3.8], [http://www.mate-desktop.org])
+AC_INIT([mate-themes], [1.9.3], [https://github.com/mate-desktop/mate-themes/issues], [mate-themes-gtk3.8], [http://www.mate-desktop.org])
AC_CONFIG_SRCDIR([icon-themes])
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news])