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

noreply at xfce.org noreply at xfce.org
Sun May 19 00:04:51 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 7d09e1449cbc566ebefdafb3b5eac8f75b8c8e60
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun May 19 00:04:29 2019 +0200

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

diff --git a/NEWS b/NEWS
index 2800b18..256ec9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,89 @@
+4.13.2
+======
+- Drop splash screens
+- Introduce priority-group startup for FailSafe Session
+- Optionally run commands on logout, suspend etc. (Bug #10172)
+- xflock4:
+  - Do not override PATH with hardcoded value.
+  - Add support for xfce4-screensaver to xflock4
+- chooser:
+  - Improve look and feel of the session chooser
+  - Improve UI and add delete button (Bug #12799)
+  - Add fallback theming to chooser dialogs
+  - Enable keypress response to session creation
+  - Update session name in xfconf after chooser
+  - Fix case in session chooser buttons
+- settings:
+  - Show saved sessions in settings dialog
+  - Move "lock screen before sleep" option to general tab
+  - Fix alignment of session lock property
+  - Fix PID showing in "Current Session" tab
+  - Improve icon matching in "Current Session" tab
+  - Add a label for the currently active session
+  - Add a "delete session" button to the session list
+  - Make the Autostart buttons an inline toolbar
+  - Initialize the session list treeview if necessary
+  - More settings dialog UI improvements
+  - Add column headers to autostart list
+  - In autostart some apps (e.g. xfce-polkit) have bigger icons
+  - Make entries expand in add/edit app startup dialog (Bug #15321)
+- logout-dialog:
+  - Fix sensitivity of switch user button
+  - Remove blue border from logout dialog (Bug #15284)
+  - Improve default style of the logout dialog
+  - Add styleclass to make logout dialog themeable
+  - Set logout dialog icons from icon_name
+  - Support scaling in logout dialog (Bug #14951)
+  - Use a different icon for hybrid sleep when possible
+  - Fix mnemonic conflict on logout dialog
+- Use systemd-logind methods instead of polkit permissions (Bug #14707)
+- scripts/xinitrc.in.in: use "command" shell builtin instead of
+which(1)
+- Use sysconf(_SC_NGROUPS_MAX) instead of #defining an arbitrary
+MAX_USER_GROUPS (bug #14722)
+- Don't auto start consolekit daemon if it is not running
+- Added better shutdown fallback support for the BSDs (Bug #14722)
+- Don't install generic icon names (Bug #11912)
+- Use exec to launch xfce4-session from xinitrc
+- xinitrc: Remove fallback path when xfce4-session is not installed
+- Remove old unused autostart_migrate function
+- Fix GVariant format string in dbus server
+- Extend debug messages
+- Silence compiler warnings
+- Remove unused checks on configure step
+- Drop unused function
+- Remove useless ioprio.h check
+- rollback fix of a warning (fix requires glib 2.58)
+- Fixed warning "cast between incompatible function types" introduced
+  in GCC 8
+- replaced GList of windows with single window (not required any more)
+  (triggered by previous commit a99008c8dbddc038778c8c7e1e080f42c034c3a2)
+- merged identic cases (triggered by previous commit
+  a99008c8dbddc038778c8c7e1e080f42c034c3a2)
+- removed duplicated loop counter (triggered by previous commit
+  a99008c8dbddc038778c8c7e1e080f42c034c3a2)
+- replaced deprecated "gtk_display_get_screen"  - For each display
+  there is only one screen (See gtk3 doc of gdk_display_get_screen). So
+  we can use gdk_display_get_default_screen (display) instead of looping
+  on all screens.  - The default screen is the screen of the default
+  display ( no need to first get the default display if the default
+  screen is required)
+- bump gtk version to 3.22 and gmodule/gio to 2.42
+- Remove now useless XFCE_GLADE_*_PATH variables (Bug #13945)
+- Tell intltool how to extract .ui files (Bug #14582)
+- fix build failure when dbus is not in the system include path (Bug
+  #14386)
+- Translation updates:
+  Albanian, Arabic, Asturian, Basque, Belarusian, Bengali, Bulgarian,
+  Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English
+  (Great Britain), Finnish, French, Galician, German, Greek, Hebrew,
+  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
+  Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,
+  Occitan, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian,
+  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian,
+  Urdu, Urdu (Pakistan), Uyghur, Vietnamese
+
 4.13.1
 ======
 - Add/Edit Application Autostart Entries (Bug #13271)
diff --git a/configure.ac.in b/configure.ac.in
index d48e259..3df5a7e 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], [1])
+m4_define([xfsm_version_micro], [2])
 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