summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-16 17:31:40 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-16 17:46:04 -0300
commit9fef572dcb44292398e4f208ea2729369291935e (patch)
tree18b1b0dd44b11f5297888b93567ffaab685e9320
parent6f99840f5ec4009d16268a229990b19ebfb6b484 (diff)
downloadglade-9fef572dcb44292398e4f208ea2729369291935e.tar.gz
Rolling 3.15.4
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 269b5d3b..1c063019 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 de3e6c08..fc7a8a51 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`