[glade/glade-3-22] Rolling 3.22.1



commit e73a66b3f36ed6c3d9086ad1a50a789f34502a72
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Apr 2 19:16:00 2018 -0300

    Rolling 3.22.1

 NEWS         | 9 +++++++++
 configure.ac | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2c465cc8..03a316fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+============
+Glade 3.22.1
+============
+
+       - Fix bug #794492 "Glade always re-enables the client-side-decoration option"
+       - Fix bug #794518 "Does not write the accessible-role accessibility property"
+       - Fix bug #782753 "Glade does not allow ApplicationWindow's title to be marked as translatable"
+       - Fix GtkDialog CSD support
+
 ============
 Glade 3.22.0
 ============
diff --git a/configure.ac b/configure.ac
index ebaf460a..21d716b9 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, 0)
+m4_define(glade_micro_version, 1)
 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=0
+GLADE_REVISION=1
 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]