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

noreply at xfce.org noreply at xfce.org
Fri Aug 3 20:18:10 CEST 2018


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

e   r   i   c       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 a8892a866ed29d96e145c44dec88afd560c67cbf
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Fri Aug 3 21:17:35 2018 +0300

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

diff --git a/NEWS b/NEWS
index 047a40a..2800b18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+4.13.1
+======
+- Add/Edit Application Autostart Entries (Bug #13271)
+- Remove non-existent grid properties (Bug #13271)
+- fix coverity 178990 Resource leak
+- fix coverity cid 178989 Dereference after null check
+- 178988 'Constant' variable guards dead code
+- fix coverity cid 178987 Logically dead code
+- fix coverity cid 87608 Dereference after null check
+- 178988 'Constant' variable guards dead code
+- fix coverity cid 178987 Logically dead code
+- fix coverity cid 87608 Dereference after null check
+- fix coverity cid 87607 Unchecked return value from library
+- Hybrid Sleep support - "hibernate" and suspend the system
+- xfce4-session-logout: deconflict -h option (Bug #12806)
+- Export the SSH_AUTH_SOCK when spawning client Bug #13486
+- fix: Compilation error with --disable-polkit Bug #12760
+- Require libxfce4ui-2 instead of libxfce4ui-1 in pc.in file
+- xfsm-manager: pass manager variable to g_timeout_add Bug #13802
+- Bump GTK version to 3.20
+- Check accessibility depending on xfsm configuration
+- Fix keyboard grab for logout window
+- Fix fadeout window using Xlib API
+- Fix gdk max version to 3.20
+- Translation updates: am, ar, ast, be, bg, bn, ca, cs, da,
+  de, el, en_AU, en_GB, eo, es, eu, fi, fr, gl, he, hr, hu,
+  id, is, it, ja, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt,
+  pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK,
+  vi, zh_CN, zh_HK, zh_TW
+
 4.13.0
 ======
 - xfsm has been ported to Gtk3.
diff --git a/configure.ac.in b/configure.ac.in
index 6673f6d..09a8a33 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], [0])
+m4_define([xfsm_version_micro], [1])
 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