[gnome-themes-standard] release: prepare for 3.3.2



commit d76f2f2c32c0f0fe342989a90d5b0dd8fc4ab9cc
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Nov 21 14:40:03 2011 -0500

    release: prepare for 3.3.2

 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6c3bab4..cb17e21 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 8dcb319..8165013 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]))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]