diff options
author | Brian Tarricone <brian@tarricone.org> | 2008-11-28 06:14:37 +0000 |
---|---|---|
committer | Brian Tarricone <brian@tarricone.org> | 2008-11-28 06:14:37 +0000 |
commit | f1f447b661cc5e46fd96fdff774122aca0bac7d3 (patch) | |
tree | 38b485dc4fae3728957e3b9107206f7aa401c04a /NEWS | |
parent | 5a1c44a9f4b49b08a8d85aa6c7cfdd9df031be41 (diff) | |
download | xfce4-session-f1f447b661cc5e46fd96fdff774122aca0bac7d3.tar.gz |
* xfce4-session/xfsm-manager.c: On suspend/hibernate, ignore errors
of type DBUS_GERROR_NO_REPLY, not type _TIMEOUT (bug 4628).
(Old svn revision: 28938)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -1,11 +1,14 @@ -4.5.90.0 -======== +4.5.93 (Xfce 4.6beta3) +====================== - Don't let autostart get run twice when using the failsafe session (bug 4486). +- Display username in logout dialog (bug 3083). +- Ignore DBUS_GERROR_NO_REPLY errors on suspend/hibernate (bug 4629). + +4.5.92 (Xfce 4.6beta2) +====================== -4.5.92 -====== - Hook up Help button in settings dialog. - Implement support for the RestartImmediately restart style hint. - Fix possible crash with uninitialised GError (bug 4202). @@ -27,8 +30,9 @@ it wants to cancel shutdown. Also fixes a similar problem when interaction is requested during a phase 2 save-yourself (bug 4284). -4.5.91 -====== +4.5.91 (Xfce 4.6beta1) +====================== + - Start up session in parallel to greatly shorten startup time (bug 4312). - Add a D-Bus interface for some limited amount of remote control. - Implement support for the ShutdownCommand SM property when a @@ -44,8 +48,9 @@ used, however. -4.5.90 -====== +4.5.90 (Xfce 4.6alpha) +====================== + - Modified settings-dialogs to work with the new settings-manager - Fix compile-issues with -Wall -Werror in mice theme-engine and settings-dialogs - Let xfce4-session start xfsettingsd automatically |