summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Abdallah <ali.abdallah@suse.com>2020-11-09 10:06:31 +0100
committerAli Abdallah <ali.abdallah@suse.com>2020-11-09 10:06:31 +0100
commitfe04749c6768489ca33c804044192a38f1ddf87a (patch)
tree611972a25ea6ea0a565ac28710e670bda52a2c4d
parentbc219fc9d6e051893a82a19ceb0137883a258fe4 (diff)
downloadxfconf-xfce-4.14.tar.gz
Prepare 4.14.2 releasexfconf-4.14.4xfce-4.14
-rw-r--r--NEWS4
-rw-r--r--configure.ac.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 956355d..225551c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+4.14.4
+======
+- xfconf-cache: Fix access to freed data (#16)
+
4.14.3
======
- Always provide files for vala bindings
diff --git a/configure.ac.in b/configure.ac.in
index ae9b62c..00ac451 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], [3])
+m4_define([xfconf_version_micro], [4])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [@REVISION@])
m4_define([xfconf_version_tag], [])