[glade/glade-3-22] Rolling 3.22.2



commit 1f0e1db7178c5038b2f61dc708b0939cb21d9254
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Wed Feb 26 00:30:46 2020 +0100

    Rolling 3.22.2

 NEWS         | 10 ++++++++++
 configure.ac |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 03a316fc..9068a88f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+============
+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`


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]