[Xfce4-commits] [xfce/xfconf] 01/03: Updates for release

noreply at xfce.org noreply at xfce.org
Wed Feb 18 21:43:59 CET 2015


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository xfce/xfconf.

commit 8f2f17becc3046ef4fc7f687c44f2e50afba0016
Author: Landry Breuil <landry at xfce.org>
Date:   Wed Feb 18 21:32:34 2015 +0100

    Updates for release
---
 NEWS            |   13 +++++++++++++
 configure.ac.in |   13 +++++++------
 2 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index f7ef63e..0b3e78c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.11.0
+======
+- Allow :.,[]{} characters in property and channel names (bug #11021)
+- Fix make check when including perl bindings in the build (bug #9556)
+- Remove unneeded files.
+- Drop deprecated g_type_init() function.
+- Simplify checks.
+- Autotools updates.
+- Use new glib 2.32 mutex api.
+- Translation updates: ar, ast, bg, bn, ca, cs, da, de, el, en_AU, en_GB,
+  es, eu, fi, fr, gl, hr, hu, id, is, it, ja, kk, ko, lv, ms, nb, nl, oc,
+  pl, pt, pt_BR, ro, ru, sk, sr, sv, th, tr, ug, uk, ur, ur_PK, zh_CN, zh_TW,
+
 4.10.0
 ======
 - Don't emit property-changed on cancelled calls.
diff --git a/configure.ac.in b/configure.ac.in
index 056ab92..5a5ef6a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl version info
 m4_define([libxfconf_verinfo], [2:0:0])
 m4_define([libxfconf_version_api], [0])
 m4_define([xfconf_version_major], [4])
-m4_define([xfconf_version_minor], [10])
+m4_define([xfconf_version_minor], [11])
 m4_define([xfconf_version_micro], [0])
 m4_define([xfconf_version_nano], [])
 m4_define([xfconf_version_build], [@REVISION@])
-m4_define([xfconf_version_tag], [git])
+m4_define([xfconf_version_tag], [])
 m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
 
 m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])
@@ -45,10 +45,11 @@ dnl check for basic programs
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
-AC_PROG_INTLTOOL
 AC_PROG_MAKE_SET
 AC_PROG_LN_S
 
+IT_PROG_INTLTOOL([0.35.0])
+
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static])
 
@@ -76,9 +77,9 @@ dnl Check for X11 installed
 dnl XDT_CHECK_LIBX11_REQUIRE
 
 dnl required
-XDT_CHECK_PACKAGE([GLIB], [gobject-2.0], [2.24.0])
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.24.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
+XDT_CHECK_PACKAGE([GLIB], [gobject-2.0], [2.30.0])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
 XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.1.0])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84])
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list