summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-02 16:28:52 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-02 16:29:44 -0300
commitfda19a5ed37da864462312f885f404b18c5a2fe3 (patch)
tree6022528ccb96cc9d0a91b932261b2629552ccbec
parentc8b1b96a1d2a6febbd2e080d0f0d6130ff213a95 (diff)
downloadglade-fda19a5ed37da864462312f885f404b18c5a2fe3.tar.gz
Rolling 3.15.3GLADE_3_15_3
-rw-r--r--NEWS20
-rw-r--r--configure.ac8
2 files changed, 24 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9ab73d6b..269b5d3b 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 0e9064d4..d5715ad5 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+