[glade/glade-3-8] Rolling 3.8.6
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/glade-3-8] Rolling 3.8.6
- Date: Mon, 7 Aug 2017 20:42:15 +0000 (UTC)
commit 243ecb2ddd5819166e77ff68d1b889156f829d0a
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Mon Aug 7 16:37:54 2017 -0300
Rolling 3.8.6
NEWS | 11 +++++++++++
configure.ac | 4 ++--
po/POTFILES.skip | 3 +++
3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a444e3a..09ceb09 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 1852e11..7dccfdd 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 7946cb2..9683f61 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]