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

noreply at xfce.org noreply at xfce.org
Sun Apr 16 18:29:32 CEST 2017


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

eric pushed a commit to branch master
in repository xfce/xfce4-session.

commit 642e89230158d04341f94a8e3b065f1086a76f5d
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Apr 16 19:28:47 2017 +0300

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

diff --git a/NEWS b/NEWS
index a68baa2..047a40a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+4.13.0
+======
+- xfsm has been ported to Gtk3.
+- xfsm now does session management for clients using the Gtk application
+  dbus interface.
+- xfsm has been ported to GDBus.
+- Add a switch user button to the logout dialog (Bug #10345)
+- UPower dependency has been removed as the suspend/hibernate dbus calls
+  were dropped from it.
+- Handle screensaver with it's own object (Bug #12603)
+- Fix a crash when warning about the screenlocker (Bug #12603)
+- When locking fallback to xflock4 first (Bug #12603)
+- Add switch-user to the xfsm-logout program
+- Translation updates: am, ast, ca, da, de, el, en_AU, es, fi, fr, gl, he,
+  hr, hu, id, is, it, ja, kk, ko, lt, ms, nb, nl, nn, oc, pl, pt, pt_BR,
+  ru, sk, sr, sv, th, tr, uk, zh_CN,  zh_TW
+
 4.12.0
 ======
 Stable release of xfce4-session for Xfce 4.12.
diff --git a/configure.ac.in b/configure.ac.in
index 60b5cc8..b7d45a3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,11 +7,11 @@ dnl
 
 dnl Version information
 m4_define([xfsm_version_major], [4])
-m4_define([xfsm_version_minor], [12])
+m4_define([xfsm_version_minor], [13])
 m4_define([xfsm_version_micro], [0])
 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