summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a69f8d12..18e47ade 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
============
+Glade 3.18.2
+============
+
+ - Added dialog at start up to advertise user survey.
+ Fixes bug 726800 "New: UI break: add dialog to advertise user survey"
+ - Fixes bug 727992 "Editing UI and saving does not remove deleted Combo with Entry"
+ - Fixed bug 364064 "Property Editor / Common tab: width & height request checkboxes have no effect"
+
+============
Glade 3.18.1
============
diff --git a/configure.ac b/configure.ac
index c86e947b..a94ae947 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, 1)
+m4_define(glade_micro_version, 2)
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=1
+GLADE_REVISION=2
GLADE_CURRENT=7
GLADE_AGE=1
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`