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

noreply at xfce.org noreply at xfce.org
Sun Jun 30 23:02:53 CEST 2019


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

o   c   h   o   s   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/xfce4-session.

commit 5ffd5db2a82a0557154a82757771c34abc96408b
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Jun 30 23:02:25 2019 +0200

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

diff --git a/NEWS b/NEWS
index 256ec9d..d7fc3ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.13.3
+======
+- Reset font-size of logout dialog to default (Bug #15505)
+- Report optional dependency on polkit (Bug #12761)
+- Read data from correct group when editing autostart entry (Bug
+  #10423)
+- Improve layout of autostart add/edit dialogs
+- Improve column layout of autostart tab (Bug #15448)
+- settings: Fix crash when terminating programs (Bug #15489)
+- Translation updates:
+  Belarusian, Danish, English (Australia), Finnish, French, German,
+  Hebrew, Hungarian, Kazakh, Malay, Portuguese, Portuguese (Brazilian),
+  Turkish
+
 4.13.2
 ======
 - Drop splash screens
diff --git a/configure.ac.in b/configure.ac.in
index 3d50a3c..a8825c8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl
 dnl Version information
 m4_define([xfsm_version_major], [4])
 m4_define([xfsm_version_minor], [13])
-m4_define([xfsm_version_micro], [2])
+m4_define([xfsm_version_micro], [3])
 m4_define([xfsm_version_nano], []) dnl leave this empty to have no nano version
 m4_define([xfsm_version_build], [@REVISION@])
-m4_define([xfsm_version_tag], [git])
+m4_define([xfsm_version_tag], [])
 m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_nano(), [], [], [.xfsm_version_nano()])ifelse(xfsm_version_tag(), [git], [xfsm_version_tag()-xfsm_version_build()], [xfsm_version_tag()])])
 
 m4_define([xfsm_debug_default], [ifelse(xfsm_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