[Xfce4-commits] [xfce/xfconf] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Sun Aug 11 22:50:02 CEST 2019


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

b   l   u   e   s   a   b   r   e       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 50abcd404c0ec9ac13da73838bb722ecf2dafc7e
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Aug 11 16:49:49 2019 -0400

    Updates for release
---
 NEWS            | 16 +++++++++++-----
 configure.ac.in |  6 +++---
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 539c5f3..5850352 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.14.0
+======
+
+- Translation Updates:
+  Czech, Galician, Norwegian Bokmål, Portuguese
+
 4.13.8
 ======
 
@@ -15,8 +21,8 @@
 - 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), 
+- Translation updates: Basque, Belarusian, Bulgarian, Catalan, Czech, Danish,
+  English (Australia), Icelandic, Italian, Lithuanian, Portuguese (Brazilian),
   Romanian, Slovak, Swedish
 
 4.13.6
@@ -31,7 +37,7 @@
 
 4.13.4
 ======
-- Fix segfault in xfconf_cache_set_property_reply_handler when 
+- 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)
@@ -59,7 +65,7 @@
 4.13.0
 ======
 - Port xfconf to gdbus
-- Bump libxfconf version from 0 to 1. 
+- Bump libxfconf version from 0 to 1.
 
 4.12.1
 ======
@@ -288,4 +294,4 @@
 
 4.5.90
 ======
-- Initial release.  There are bugs, and the API and ABI are not frozen.
+- Initial release.  There are bugs, and the API and ABI are not frozen.
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index ae9e109..99c16a4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,11 +10,11 @@ dnl version info
 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], [8])
+m4_define([xfconf_version_minor], [14])
+m4_define([xfconf_version_micro], [0])
 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])])

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


More information about the Xfce4-commits mailing list