summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-05-12 15:38:26 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2014-05-12 15:38:26 -0300
commit61098aea34c9c5a69848dd202e4558cda5f2da0a (patch)
treee163f8e9ae8bf56b4258217b96000ff216af92df
parent73b1137903a7acc32c0faa83f7e93fe049e03256 (diff)
downloadglade-61098aea34c9c5a69848dd202e4558cda5f2da0a.tar.gz
Rolling 3.18.3GLADE_3_18_3
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 18e47ade..56ec634b 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 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`