diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 42 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 44 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5e12a0f..3a25d37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +indicator-session (12.10.5+14.04.20140403-0ubuntu1) trusty; urgency=low + + [ Charles Kerr ] + * Fix the phantom "J Random User" menuitem that shows up under some + conditions. (LP: #1256590) + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 03 Apr 2014 17:13:30 +0000 + +indicator-session (12.10.5+14.04.20140324-0ubuntu1) trusty; urgency=low + + [ Charles Kerr ] + * Don't show a red icon in indicator-session when there's an online + user account error. (LP: #1206550) + + [ Iain Lane ] + * Re-add the feature to hide the user list if + com.canonical.indicator.session user-show-menu is false (LP: + #1211772) + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 24 Mar 2014 10:19:12 +0000 + +indicator-session (12.10.5+14.04.20140320-0ubuntu1) trusty; urgency=low + + [ Charles Kerr ] + * Don't show the lockscreen accelerator in switch-user mode. (LP: + #1241906) + * indicator-session relies on the org.gnome.desktop.lockdown schema + provided by gsettings-desktop-schemas. (LP: #1212664) + + [ Ted Gould ] + * Synchronize process management across indicators + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 20 Mar 2014 19:18:01 +0000 + +indicator-session (12.10.5+14.04.20140311.1-0ubuntu1) trusty; urgency=low + + [ Marco Trevisan (TreviƱo) ] + * IndicatorSessionService: add desktop_lockscreen mode, show users and + switch to account items + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 11 Mar 2014 19:21:29 +0000 + indicator-session (12.10.5+14.04.20140214-0ubuntu1) trusty; urgency=low [ Robert Ancell ] diff --git a/debian/control b/debian/control index 03c19f2..eb148bf 100644 --- a/debian/control +++ b/debian/control @@ -25,12 +25,14 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, systemd-services, gnome-settings-daemon-schemas, + gsettings-desktop-schemas, Recommends: indicator-applet (>= 0.2) | indicator-renderer, gnome-screensaver, yelp, unity-control-center | gnome-control-center, unity-control-center-signon | gnome-control-center-signon Suggests: lightdm, + apport, zenity Description: indicator showing session management, status and user switching This indicator is designed to be placed on the right side of a panel and |