summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-10-01 21:24:00 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-10-01 21:24:00 -0300
commit7b14d7ff89c32037f62d3b754dfb6928f82a3a71 (patch)
treec7ce109fbf9f7e15e3c41f97d070cc9878dc97c7
parent54918594d63c9c8bd4943ee33155a66e6c9daf07 (diff)
downloadglade-GLADE_3_20_1.tar.gz
Rolling 3.20.1GLADE_3_20_1
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2d7e8dc4..333dc287 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 f4fa5e78..3447c0ea 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`