summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Abdallah <ali.abdallah@suse.com>2020-11-09 09:50:57 +0100
committerAli Abdallah <ali.abdallah@suse.com>2020-11-09 09:50:57 +0100
commit6a9934507af1beb3d7a83d537fe2c77a6b10d272 (patch)
tree5222596a7f9df411bd985778fddda77a43a8461f
parent94129ed61e69267cbd7fe92c50c4ad1cde0fba6d (diff)
downloadxfconf-6a9934507af1beb3d7a83d537fe2c77a6b10d272.tar.gz
Prepare 4.15.1 releasexfconf-4.15.1xfce-4.16pre2
-rw-r--r--NEWS8
-rw-r--r--configure.ac.in6
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fec1be5..c78d808 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.15.1
+======
+- Fix stray double-quote in bash-completion PKG_CONFIG invocation
+- Disable parallelism on all tests
+- Adds new README.md and updates AM_INIT_AUTOMAKE
+- xfconf-cache: Fix access to freed data (#16)
+- Translation Updates: oc, he, hu, hy_AM, lt, sk, sq, ug, tr.
+
4.15.0
======
- Implement custom test driver
diff --git a/configure.ac.in b/configure.ac.in
index 4cbcd75..2fe2c1c 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], [15])
-m4_define([xfconf_version_micro], [0])
+m4_define([xfconf_version_micro], [1])
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])])