* Sat Dec 30 2017 seife+obs@b1-systems.com
- add xfce4-session-systemd-user-addons.patch to fix systemd-user
services by exporting XAUTHLOCALHOSTNAME
* Mon Dec 18 2017 crrodriguez@opensuse.org
- Remove build require on xorg-x11 metapackage
- Add explicit build requires on x11 and atk.
* Mon Jul 03 2017 fvogt@suse.com
- Do not mark %{_datadir}/xsessions/default.desktop as %ghost,
it needs to be installed as normal file.
* Wed May 17 2017 fvogt@suse.com
- Use update-alternatives to create default.desktop xsession (boo#1030873)
* Mon Sep 19 2016 robert@linux-source.org
- xfce4-session-Make-verbose-logging-conditional.patch:
Make verbose logging conditional (boo#999676).
* Mon Mar 16 2015 gber@opensuse.org
- update to version 4.12.1
- bump libxfce4ui min to 4.12.1
- drop check for sessions file before it's written (bxo#11632)
- translation updates
* Sat Feb 28 2015 gber@opensuse.org
- update to version 4.12.0
- Remove AC_CHECK_HEADER_STDBOOL, it was only
added in autoconf 2.69 and we dont use
stdbool.h anyway
- Add symlinks to the old icons (bxo#11513)
- Rename action icon names (bxo#11513)
- Gracefully handle the sessions dir being
readonly (bxo#11307)
- Add ConsoleKit2 support
- Create scripts/xinitrc from scripts/xinitrc.in created by
configure
- Translation updates
* Mon Dec 01 2014 gber@opensuse.org
- update to version 4.11.1
- Add DesktopNames to .desktop file
- Export XDG_CURRENT_DESKTOP (Bug #11239)
- Expand usage of xfsm_verbose for debugging
- Don't log errors when trying to close non-existent FDs
- Add error checking for fcntl
- Properly print the dbus error message
- Check the return value of select
- atoi (argv[2]) is unsafe
- Check the return value of gtk_tree_selection_get_selected
- gtk_cell_renderer_text_new is never used
- Minor Autotools Updates
- Add fallback DragonflyBSD support for suspend/hibernate
- Use pkexec for xfsm-shutdown (Bug 9952)
- Handle gpg and ssh agents separately
Patch by Mikhail Efremov
- Non-POSIX compliant test used in startxfce4 (Bug 10828)
Patch by seejay
- Update copyright year (Bug 10768)
- polkit_unix_process_new is deprecated (Bug 10793)
Patch by Baurzhan Muftakhidinov
- Add logind runtime detection to support suspend/hibernate
(Bug 9952) Patch by Guido Berhoerster
- Translation Updates
- drop obsolete
xfce4-session-systemd-suspend-hibernate-support.patch,
xfce4-session-set-desktop-name.patch,
xfce4-session-4.10.1-fix-bashisms.patch
* Mon Oct 20 2014 gber@opensuse.org
- fix typo in xfce4-session-set-desktop-name.patch.changes,
DesktopNames instead of DesktopName
* Sun Oct 19 2014 Led <ledest@gmail.com>
- fix bashisms in startxfce4 script (bxo#10828)
- add patches:
* xfce4-session-4.10.1-fix-bashisms.patch (backported from
upstream git)
* Sun Oct 19 2014 gber@opensuse.org
- add xfce4-session-set-desktop-name.patch.changes in order to set
the DesktopName property in the xsession file (bxo#11239)
* Sun Oct 19 2014 gber@opensuse.org
- modify xfce4-session-adapt-session-scripts.patch to set
XDG_CURRENT_DESKTOP (bxo#11239)
* Thu May 01 2014 gber@opensuse.org
- update to version 4.11.0
- remove gnome-keyring remains
- remove xfce environment functions and use glib
- add shutdown/reboot functionality for systemd (bxo#8729)
- fix duplicated accelerators
- use the async spawn function of glib
- store the watch function id to avoid possible double free
(bxo#9709)
- translation updates
* Thu Oct 10 2013 rmilasan@suse.com
- Add requires iceauth package. xfce4-session uses iceauth for
authorization (bnc#845264).
* Tue Aug 06 2013 gber@opensuse.org
- add xfce4-session-systemd-suspend-hibernate-support.patch in
order to add systemd suspend/hibernate support (bnc#9952)
* Fri Jun 07 2013 gber@opensuse.org
- drop obsolete configure switches
* Sun May 05 2013 gber@opensuse.org
- update to version 4.10.1
- remove xfce environment functions and use glib
- add shutdown/reboot functionality for systemd
- fix logic of the --fast action
- bump copyright year
- store the child watch id to avoid possible double free
- use the async spawn function of glib
- autotools updates
- remove gnome-keyring remains
- handle multiple interactive session save
- translation updates
- remove obsolete xfce4-session-avoid-possible-double-free.patch,
xfce4-session-handle-multiple-interactive-session-save.patch
* Mon Apr 29 2013 gber@opensuse.org
- add xfce4-session-avoid-possible-double-free.patch in order to
avoid a possible double free crash (bxo#9709, backported from
upstream git)
* Tue Feb 26 2013 gber@opensuse.org
- removed systemd workaround in
xfce4-session-adapt-session-scripts.patch now that
xfce4-power-manager is patched
* Tue Dec 18 2012 gber@opensuse.org
- changed xfce4-session-adapt-session-scripts.patch so that it the
session is wrapped with systemd-inhibit in order to work around
systemd's broken defaults of handling suspend/hibernate-keys and
the lidswitch which interferes with xfce4-power-manager
(bnc#789057), this unconditionally disables systemd's handling of
these keys regardless of its settings or whether
xfce4-power-manager actually runs in the session or not