summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2019-05-18 06:54:37 -0400
committerSean Davis <smd.seandavis@gmail.com>2019-05-18 06:54:37 -0400
commitd4574638830a262e81f5b7d4ac848bc6e35949dd (patch)
tree677b14509be4bd9aba8ff7390f38a227669e9859
parentf6b89b77db7f64aabd07ff29556675deaf984618 (diff)
downloadxfconf-d4574638830a262e81f5b7d4ac848bc6e35949dd.tar.gz
Updates for releasexfconf-4.13.7xfce-4.14pre1
-rw-r--r--NEWS13
-rw-r--r--configure.ac.in4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 88a40f1..ecdbe1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.13.7
+======
+- Bump glib version
+- Bug #15122: xfconf: disable gsettings backend by default
+- Fix compiler error -Wcast-function-type (GCC 8)
+- Fix this use of "defined" may not be portable
+- Update .gitignore
+- Fix warnings reported by GCC 8 (Bug #15112)
+- Added gdbus binding to gitignore, add post release git tag
+- Translation updates: Basque, Belarusian, Bulgarian, Catalan, Czech, Danish,
+ English (Australia), Icelandic, Italian, Lithuanian, Portuguese (Brazilian),
+ Romanian, Slovak, Swedish
+
4.13.6
======
- Added .NOTPARALLEL to property change test (bug #13840)
diff --git a/configure.ac.in b/configure.ac.in
index a73b1a8..69a0f28 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ m4_define([libxfconf_verinfo], [3:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [13])
-m4_define([xfconf_version_micro], [6])
+m4_define([xfconf_version_micro], [7])
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])])