[glade/glade-3-18] Rolling 3.18.3
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/glade-3-18] Rolling 3.18.3
- Date: Mon, 12 May 2014 18:43:13 +0000 (UTC)
commit 61098aea34c9c5a69848dd202e4558cda5f2da0a
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Mon May 12 15:38:26 2014 -0300
Rolling 3.18.3
NEWS | 12 ++++++++++++
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 18e47ad..56ec634 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
============
+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 a94ae94..0c19bdd 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`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]