summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 03a316fc..9068a88f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
============
+Glade 3.22.2
+============
+
+ - canonicalize support-warning property name
+ - Add snap packaging
+ - GladeCommand: ignore special child types placeholders in add command.
+ - GladeGtkWindow: mark titlebar placeholder as special child type.
+ - Fix bug "Glade deletes all widgets when adding a Scrolled Window parent, but doesn't show it."
+
+============
Glade 3.22.1
============
diff --git a/configure.ac b/configure.ac
index 21d716b9..6fd10193 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, 22)
-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=11
GLADE_AGE=5
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`