summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fcf3958a..6c3bab41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.3.1
+=====
+
+Use a new wallpaper
+Improve notebook tabs padding
+Enable transparency and rounded corners for tooltips
+Correctly theme GtkSwitch for the dark variant
+Fix gnome-panel theming for fallback mode
+
3.2.0
=====
diff --git a/configure.ac b/configure.ac
index 0ab9f3ff..8dcb319d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([gnome-themes-standard], [3.2.0],
+AC_INIT([gnome-themes-standard], [3.3.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip])
@@ -28,7 +28,7 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
AM_GLIB_GNU_GETTEXT
-GTK_VERSION_REQUIRED=3.1.18
+GTK_VERSION_REQUIRED=3.3.2
PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_VERSION_REQUIRED librsvg-2.0,,
AC_MSG_ERROR([GTK+ $GTK_VERSION_REQUIRED is required to compile gnome-themes-standard]))