[Xfce4-commits] [xfce/xfconf] 01/01: Update NEWS and prepare for 4.13.4 release.

noreply at xfce.org noreply at xfce.org
Thu Aug 31 14:04:46 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit c38105c0987c0ed997fe24c486ad1de55610b0f5
Author: Ali Abdallah <ali at xfce.org>
Date:   Thu Aug 31 14:02:45 2017 +0200

    Update NEWS and prepare for 4.13.4 release.
---
 NEWS            | 7 +++++++
 configure.ac.in | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 20151dd..34e3c7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.13.4
+======
+- Fix segfault in xfconf_cache_set_property_reply_handler when 
+  multiple calls are made (bug #13825)
+- Allow to store empty arrays (bug #13791)
+- Fix a path in xfconf_cache_set where the mutex isn't locked (bug #13790)
+
 4.13.3
 ======
 - Flush gdbus connection on xfconf_shutdown
diff --git a/configure.ac.in b/configure.ac.in
index 418df37..f038c74 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,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], [3])
+m4_define([xfconf_version_micro], [4])
 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])])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list