[glade/glade-3-20] Rolling 3.20.1



commit 7b14d7ff89c32037f62d3b754dfb6928f82a3a71
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Sun Oct 1 21:24:00 2017 -0300

    Rolling 3.20.1

 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2d7e8dc..333dc28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
 ============
+Glade 3.20.1
+============
+
+       - Fixed glib g_ptr_array_find() name clash
+       - Fixed survey css matching error on CSD
+       - Fixed bug #773997 "GLADE 3.20: crash on changing ToolItem type"
+       - Fixes bug #765562 "Using Spacebar to change menu selction causes crash"
+       - Fixed "format not a string literal" warnings (Bastien Nocera)
+       - Fixed bug #765885 "client side decoration, no space to add header bar"
+       - Fixed bug #589306 - Clicking in ... swap order of accelerators (Roberto Guido)
+       - Fixed bug #761651 "[Wayland] glade previewer is resizing windows until it crashes gnome-shell"
+
+============
 Glade 3.20.0
 ============
 
diff --git a/configure.ac b/configure.ac
index f4fa5e7..3447c0e 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, 20)
-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=9
 GLADE_AGE=3
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`


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