summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-03-12 16:00:28 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-03-12 16:01:07 -0300
commit208e466220cb939d4fb9f06b3b8a27ee170d8c55 (patch)
tree8dbb73667e665af8088d8bd39d6201824a26f87b
parent968fc43dcd5ba436ecd2455d978e005cc8c9e5dd (diff)
downloadglade-208e466220cb939d4fb9f06b3b8a27ee170d8c55.tar.gz
Rolling 3.22GLADE_3_22_0
-rw-r--r--NEWS19
-rw-r--r--configure.ac6
2 files changed, 22 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index adf7a964..2c465cc8 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 aafe5db3..ebaf460a 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)