[glade] Rolling 3.15.4



commit 9fef572dcb44292398e4f208ea2729369291935e
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Sep 16 17:31:40 2013 -0300

    Rolling 3.15.4

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 269b5d3..1c06301 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 ============
+Glade 3.15.4
+============
+
+       - Fixed bug when copying a button with custom content.
+       - Added workaround for Bug 625867 "RadioButton information lost on cut+paste, add/remove parent, etc"
+       - Fixes bug that prevented the runtime object to show the right pixbuf when copying a GtkImage.
+       - Fixed Bug 679079 "Glade changes the "homogenous" packing property of toolbar buttons to "yes""
+       - Improved pango text integer attributes editors. This should be enough to close Bug 679006
+         "The "size" attribute for labels only accepts integer values (not strings like "larger")"
+       - Fixed bug 643923 "Should not use markup for GtkFrame's label"
+       - Fixed bug 584381 "Saving as an existing file name except the extension overwrites without 
confirmation."
+       - Fixed Bug 652655 "Setting entry on combobox moves the widget"
+       - Fixed Bug 706304 "Python plugin broken by over-zealous version check" Bumped pygobject version to 
3.8.0
+       - Fixed regresion that prevented loading extra catalog path at init time.
+
+============
 Glade 3.15.3
 ============
 
diff --git a/configure.ac b/configure.ac
index de3e6c0..fc7a8a5 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, 15)
-m4_define(glade_micro_version, 3)
+m4_define(glade_micro_version, 4)
 m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
 
 AC_INIT([glade], [glade_version],
@@ -53,7 +53,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=6
 GLADE_AGE=0
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`


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