[glade/glade-3-14] Rolling 3.14.1



commit b03782050bd9a4d6a64271ed624cce9b7e25551c
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Sun Oct 14 19:48:24 2012 -0300

    Rolling 3.14.1

 ChangeLog    |   22 +++++++++++++++++++++-
 NEWS         |    9 +++++++++
 configure.ac |    6 +++---
 3 files changed, 33 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ae69c2f..d6dfb73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,24 @@
-2012-05-06  Juan Pablo Ugarte <juanpablougarte gmail com>
+2012-10-14  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* configure.ac, NEWS: Rolling 3.14.1, bumped gtk dependency to 3.6.0
+
+2012-10-13  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* plugins/gtk+/glade-gtk-activatable.c:
+	  Fixed bug in GtkButton custom editor properties sensitivity
+	  bug #685816 "Widget attributes editing broken"
+
+2012-10-08  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* gladeui/glade-design-layout.c, gladeui/glade-design-view.c, gladeui/glade-utils.c:
+	  Render bg in GladeDesignLayout and GladeDesignView
+
+2012-10-07  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* gladeui/glade-design-layout.c, gladeui/glade-design-view.c, gladeui/glade-utils.c:
+	  Removed use of custon style providers. Fixes color problems in adwaita themes
+
+2012-09-19  Juan Pablo Ugarte <juanpablougarte gmail com>
 
 	* configure.ac, NEWS: Rolling 3.14.0, bumped gtk dependency to 3.5.17
 
diff --git a/NEWS b/NEWS
index 2c0d467..d3722fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
 ============
+Glade 3.14.1
+============
+
+	- Fixed bug in GtkButton custom editor properties sensitivity
+	  bug #685816 "Widget attributes editing broken"
+	- Render bg in GladeDesignLayout and GladeDesignView
+	- Removed use of custon style providers. Fixes color problems in adwaita themes
+
+============
 Glade 3.14.0
 ============
 
diff --git a/configure.ac b/configure.ac
index 788145a..69969ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
 
 m4_define(glade_major_version, 3)
 m4_define(glade_minor_version, 14)
-m4_define(glade_micro_version, 0)
+m4_define(glade_micro_version, 1)
 m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
 
 AC_INIT([glade], [glade_version],
@@ -52,7 +52,7 @@ AC_PATH_PROG(DLLTOOL, dlltool)
 # If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
 # Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
 
-GLADE_REVISION=0
+GLADE_REVISION=1
 GLADE_CURRENT=4
 GLADE_AGE=0
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
@@ -129,7 +129,7 @@ GOBJECT_INTROSPECTION_CHECK([0.10.1])
 dnl ================================================================
 dnl Check for gtk+
 dnl ================================================================
-GTK_REQUIRED=3.5.17
+GTK_REQUIRED=3.6.0
 PKG_CHECK_MODULES([GTK],[
   gtk+-3.0 >= $GTK_REQUIRED
   gmodule-2.0



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