[glade] Rolling 3.15.3



commit fda19a5ed37da864462312f885f404b18c5a2fe3
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Sep 2 16:28:52 2013 -0300

    Rolling 3.15.3

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    8 ++++----
 2 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9ab73d6..269b5d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
 ============
+Glade 3.15.3
+============
+
+       - Add man pages bug 703013 (Matthias Clasen)
+       - Fixed bug #700730 - Weird windows showing up when a dock is moved while editing a GtkBuilder file
+         (Sébastien Granjoux)
+       - Double click on a toplevel border select the widget even if there is a child selected.
+       - Support document level comments present before the root element.
+       - Save glade version used to create the file in a comment.
+       - Add GtkRevealer to the Gtk+ catalog (Timm Bäder)
+       - Add GtkListBox support (Kalev Lember)
+       - Added GtkOverlay support
+       - Improved Drag&Drop support, made inspector a drag source
+       - Added GtkApplicationWindow basic support
+       - Added GtkSearchEntry icons 
+       - Fix autogen with latest gnome-common bug 706832 (Seán de Búrca)
+       - Fix a few typos bug 707173 (Christian Kirbach)
+       - Fixed Bug 703621 - Signals treeview: click on user data moves the selected row below (Miguel 
Azevedo)
+
+============
 Glade 3.15.2
 ============
        - Add GtkPlacesSidebar to GTK+ catalog (Federico Mena Quintero)
diff --git a/configure.ac b/configure.ac
index 0e9064d..d5715ad 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, 2)
+m4_define(glade_micro_version, 3)
 m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
 
 AC_INIT([glade], [glade_version],
@@ -54,8 +54,8 @@ AC_PATH_PROG(DLLTOOL, dlltool)
 # Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
 
 GLADE_REVISION=0
-GLADE_CURRENT=5
-GLADE_AGE=1
+GLADE_CURRENT=6
+GLADE_AGE=0
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
 AC_SUBST(GLADE_REVISION)
 AC_SUBST(GLADE_CURRENT)
@@ -140,7 +140,7 @@ GTK_DOC_CHECK([1.13],[--flavour no-tmpl])
 dnl ================================================================
 dnl Check for introspection
 dnl ================================================================
-GOBJECT_INTROSPECTION_CHECK([0.10.1])
+GOBJECT_INTROSPECTION_CHECK([1.32.0])
 
 dnl ================================================================
 dnl Check for gtk+


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