summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-11-21 14:40:03 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2011-11-21 14:40:03 -0500
commitd76f2f2c32c0f0fe342989a90d5b0dd8fc4ab9cc (patch)
treec456a3864cda5d69488825c84cfa68b1f3f17ae5
parent26ded56fbf9e3b7d281148a9364d5156fe6c9de8 (diff)
downloadgnome-themes-standard-3.3.2.tar.gz
release: prepare for 3.3.23.3.2
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6c3bab41..cb17e21c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.3.2
+=====
+
+Initial implementation of selection-mode, dropdown and OSD toolbars for GNOME Documents
+Don't set a padding for GtkNotebook children
+Fix focus border color for iconview cells
+Don't override prelight color for dim-label
+Fix for Nautilus migrating GtkTable->GtkGrid
+
3.3.1
=====
diff --git a/configure.ac b/configure.ac
index 8dcb319d..8165013b 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.3.1],
+AC_INIT([gnome-themes-standard], [3.3.2],
[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.3.2
+GTK_VERSION_REQUIRED=3.3.3
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]))