[Xfce4-commits] <xfconf:master> Updates for release.

Nick Schermer noreply at xfce.org
Wed Mar 28 18:10:01 CEST 2012


Updating branch refs/heads/master
         to 65e2c3618cecf848bfe1e8951a0e13d1bd3b6ca7 (commit)
       from 88a11831c2cba6d9770d4c536250f62db4e23c69 (commit)

commit 65e2c3618cecf848bfe1e8951a0e13d1bd3b6ca7
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Mar 28 17:33:52 2012 +0200

    Updates for release.

 NEWS            |   34 +++++++++++++++++++++++++++++++++-
 configure.ac.in |    4 ++--
 2 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 8edcf5c..2b72a90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Xfconf 4.9.0
+============
+
+  * Use sh as interpreter in tests.
+  * Add hook to skip the xfconf tests.
+  * Make the abicheck work on Solaris and PPC64 (bug #7416).
+  * Fix licenses and use new FSF address.
+  * Fix compiler warnings on Solaris.
+  * Avoid GCC 4.6 compiler warning.
+  * Add toggle option to xfconf-query.
+  * Remove unusable import and export options from xfconf-query.
+  * Translate all error strings in xfconf-query.
+  * Cleanup Makefile.am files a bit.
+  * Improve --version output in xfconf-query.
+  * Cleanup #includes.
+  * Drop usage of the G_CONST_RETURN macro.
+  * Translation updates: ar, ast, bn, ca, cs, da, de, el, en_GB, es,
+    eu, fi, fr, gl, he, hr, hu, id, is, it, ja, kk, ko, lt, lv, ms,
+    nb, nl, nn, pa, pl, pt, pt_BR, ro, ru, si, sk, sv, te, tr, ug, uk,
+    ur, ur_PK, zh_CN, zh_TW.
+
+
+Xfconf 4.8.1
+============
+
+  * Fix double free crash (bug #8169).
+  * Fix compiler warnings on solaris.
+  * Avoid gcc 4.6 compiler warning.
+  * Allow installation of the helpers in a custom location.
+  * Updated translations: hr, is, ko, ms, nl, ru, sk, te, tr, zh_CN.
+
+
 Xfconf 4.8.0
 ============
 
@@ -109,7 +141,7 @@ Xfce 4.6beta3 (Xfce 4.5.93)
     Daniel Nylander (sv), Terje Uriansrud (nb), Carles Muñoz Gorriz (ca),
     Abel Martín (es), Maximilian Schleiss (fr), Og Maciel (pt_BR),
     Eren Turkay (tr)
-    
+
 
 Xfce 4.6beta2 (Xfce 4.5.92)
 ===========================
diff --git a/configure.ac.in b/configure.ac.in
index 365e934..445a6f9 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], [8])
+m4_define([xfconf_version_minor], [9])
 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])])


More information about the Xfce4-commits mailing list