summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-08-07 16:37:54 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-08-07 16:37:54 -0300
commit243ecb2ddd5819166e77ff68d1b889156f829d0a (patch)
treeefe8574c98ccbec8dd065498b7b5a6d509de0ad1
parentf05a6c00488ce7c7901eaa46e252d91311802969 (diff)
downloadglade-243ecb2ddd5819166e77ff68d1b889156f829d0a.tar.gz
Rolling 3.8.6GLADE_3_8_6
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
-rw-r--r--po/POTFILES.skip3
3 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a444e3a3..09ceb09a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
===========
+Glade 3.8.6
+===========
+
+ - Added -Wno-format-nonliteral flag to make it build on modern compilers
+ - Use new documentation infrastructure
+ - GladeWidgetAdaptor: use a direct hash for the adaptor hash table by stuffing the GType into a pointer with GSIZE_TO_POINTER()
+ - Bug 589306 - Clicking in ... swap order of accelerators (Roberto Guido)
+ - Add displayable values for properties bug 749796 (Ingo Brückl)
+ - Fix bug 704600 "Cannot add items to menu hierarchy - assertion `GLADE_IS_WIDGET_ADAPTOR (adaptor)' failed"
+
+===========
Glade 3.8.5
===========
diff --git a/configure.ac b/configure.ac
index 1852e11a..7dccfdd9 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, 8)
-m4_define(glade_micro_version, 5)
+m4_define(glade_micro_version, 6)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],
@@ -52,7 +52,7 @@ AM_PROG_LIBTOOL
# If any interfaces have been added since the last public release, then increment GLADE_AGE.
# 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.html#Versioning
-GLADE_REVISION=0
+GLADE_REVISION=1
GLADE_CURRENT=13
GLADE_AGE=2
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 7946cb24..9683f614 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1 +1,4 @@
data/glade-3.desktop.in
+# distcheck will fail if we do not explicitly skip this because a bug in intltool
+# https://bugs.launchpad.net/intltool/+bug/1117944
+sub/data/glade-3.desktop.in