summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-04-02 19:16:00 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-04-02 19:16:00 -0300
commite73a66b3f36ed6c3d9086ad1a50a789f34502a72 (patch)
tree9457f042c2ad6a853b57012182efa38de2ca7456
parentf65173e5070c4710b16553b6dabfc4e6b4a47594 (diff)
downloadglade-e73a66b3f36ed6c3d9086ad1a50a789f34502a72.tar.gz
Rolling 3.22.1GLADE_3_22_1
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2c465cc8..03a316fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
============
+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`