[glade] Rolling 3.22



commit 208e466220cb939d4fb9f06b3b8a27ee170d8c55
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Mar 12 16:00:28 2018 -0300

    Rolling 3.22

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index adf7a96..2c465cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
 ============
+Glade 3.22.0
+============
+
+       - Fix bug 774994 "in treeview columns editor contextual menu does nothing"
+       - Simplified GladeBaseEditor
+       - Fix formatting / layout of project verification details (Daniel P. Berrange)
+       - Widge chooser: activate treeview with single click and enable Drag & Drop
+       - Fix Design view selected state
+       - Fixes bug 793036 "GtkCellRenderer Properties not loaded from glade file" (peter Onion)
+       - Fix bug in action widgets response-id parsing on 32bits system
+       - Fix bug 772485 "File Name property of GtkImage is copied to all other GtkImage"
+       - GladeProject: always treat resource properties as relative
+       - 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)
+       - Fix bug #778537 "ActionBar need placeholder"
+       - Fix bug #794141 - Gtk.IconView disappeared from glade (Albfan)
+
+============
 Glade 3.21.0
 ============
 
diff --git a/configure.ac b/configure.ac
index aafe5db..ebaf460 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
 
 m4_define(glade_major_version, 3)
-m4_define(glade_minor_version, 21)
+m4_define(glade_minor_version, 22)
 m4_define(glade_micro_version, 0)
 m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
 
@@ -54,8 +54,8 @@ AC_PATH_PROG(DLLTOOL, dlltool)
 # Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
 
 GLADE_REVISION=0
-GLADE_CURRENT=10
-GLADE_AGE=4
+GLADE_CURRENT=11
+GLADE_AGE=5
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
 AC_SUBST(GLADE_REVISION)
 AC_SUBST(GLADE_CURRENT)


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