summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Abdallah <aabdallah@suse.de>2020-05-06 14:44:16 +0200
committerAli Abdallah <aabdallah@suse.de>2020-05-06 14:44:16 +0200
commit268dac18a2293ba28cc8a57c9198d391142a1507 (patch)
treea78d5caad233a90744c0ba1732dca919c3b11afe
parent9b75f740de1723442cfbb51ad86af6c19b32dd9f (diff)
downloadxfconf-4.14.2.tar.gz
Update NEWS and configure for 4.14.2xfconf-4.14.2
-rw-r--r--NEWS12
-rw-r--r--configure.ac.in2
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5ba6187..a128efe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+4.14.2
+======
+- Use 'gsettings' as a common channel name for the GSetting backend
+- Bug #14789 Fix GSettings backend assertion error, when probed but
+ not used.
+- Bug #15960: Add some missing xfconf_shutdown() in xfconf-query
+- Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning
+- Translation updates: gl, hr, zh_CN, sl, sq, be, da, el, es
+ hu, zh_TW, he.
+
4.14.1
======
@@ -299,4 +309,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 6f3bc24..177fac9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ m4_define([libxfconf_verinfo], [3:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [14])
-m4_define([xfconf_version_micro], [1])
+m4_define([xfconf_version_micro], [2])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [@REVISION@])
m4_define([xfconf_version_tag], [])