summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac.in4
2 files changed, 17 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5ba6187..fec1be5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.15.0
+======
+- Implement custom test driver
+- Use 'gsettings' as a common channel name for the GSetting backend
+- Bug #14789 Fix GSettings backend assertion error, when probed but not used
+- Enable GSettings backend build by default
+- Add Bash completion for xfconf-query
+- Bug #15960: Add some missing xfconf_shutdown() in xfconf-query
+- Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning
+- Remove perl bindings
+- Fix vala binding in dist tarball
+- Translation Updates: be, da, el, es, he, hr, hu, hye, gl, nl,
+ sl, sq, zh_CN, zh_HK, zh_TW
+
4.14.1
======
@@ -299,4 +313,4 @@ Release rebuild for libxfconf-0.deps
4.5.90
======
-- Initial release. There are bugs, and the API and ABI are not frozen. \ No newline at end of file
+- Initial release. There are bugs, and the API and ABI are not frozen.
diff --git a/configure.ac.in b/configure.ac.in
index ff3ad14..077f038 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,8 +13,8 @@ m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [15])
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_build], [])
+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])])