[glade/glade-3-20] Rolling 3.20.4
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/glade-3-20] Rolling 3.20.4
- Date: Sat, 3 Mar 2018 21:26:58 +0000 (UTC)
commit 55752c8239f4b573ee31f418881dc7d3cddf0d2c
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Sat Mar 3 18:26:20 2018 -0300
Rolling 3.20.4
NEWS | 9 +++++++++
configure.ac | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e6ed4df..6e65339 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
============
+Glade 3.20.4
+============
+
+ - Fix bug #772485 "File Name property of GtkImage is copied to all other GtkImage"
+ - Fix bug 793652 "Crash when deleting a list"
+ - Fix bug #793757 "Gtk-CRITICAL **: _gtk_window_add_popover: assertion '_gtk_widget_get_parent
(popover) == NULL' failed"
+ - Add GDK_SUPER_MASK accelerator handling (Sebastian Stang)
+
+============
Glade 3.20.3
============
diff --git a/configure.ac b/configure.ac
index 99f478b..db68d81 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, 3)
+m4_define(glade_micro_version, 4)
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=10
GLADE_AGE=4
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]