From 61098aea34c9c5a69848dd202e4558cda5f2da0a Mon Sep 17 00:00:00 2001 From: Juan Pablo Ugarte Date: Mon, 12 May 2014 15:38:26 -0300 Subject: Rolling 3.18.3 --- NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 18e47ade..56ec634b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +============ +Glade 3.18.3 +============ + + - Fixed property editor focus lost bug with construct-only properties + - GladePreviewer: Fixed bug previewing templates. + - Fixed Bug 727914 "Logo is not shown in About-dialog" + - Fixed Bug 353002 "wrong cursor over widgets" + - Fixed bug 728377 "sensitivity of mnemonic-widget entry is not correct when loading file" (David Shea) + - Fixed bug 728348 "impossible to set non-integer values for scale in text attribute dialog" (David Shea) + - Fixed bug 726410 "Save palette appearance between sessions" (TingPing) + ============ Glade 3.18.2 ============ diff --git a/configure.ac b/configure.ac index a94ae947..0c19bdd7 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, 18) -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], @@ -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=2 +GLADE_REVISION=3 GLADE_CURRENT=7 GLADE_AGE=1 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE` -- cgit v1.2.1