diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-10-08 13:26:22 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-10-08 13:26:22 -0400 |
commit | 17e8277f44ad41792c7ae8d079b48c0ce50edc71 (patch) | |
tree | 403d8c9e2f9dd239c46f9ac909d3bdb5a1cd123a /debian/changelog | |
parent | a792c0de053093e09a3ca469b63fda56429b8ecb (diff) | |
parent | 5ff6b510c9be9df8bb30a00e0795af2d9dcc78ae (diff) | |
download | ayatana-indicator-session-17e8277f44ad41792c7ae8d079b48c0ce50edc71.tar.gz ayatana-indicator-session-17e8277f44ad41792c7ae8d079b48c0ce50edc71.tar.bz2 ayatana-indicator-session-17e8277f44ad41792c7ae8d079b48c0ce50edc71.zip |
* Upstream release 0.1.7
* Changing the icon so that if you are disconnected it is
'system-shutdown-panel' and making sure that we see it
sometimes by not allocating the EmpathyAccountManager isn't
allocated until status is set. (LP: #432635)
* Also fixes by happenstance: (LP: #444170 and LP: #437065)
* Handling the locking of the screensaver so that we ensure
the screensaver is active before suspending. Also, we
throttle it to ensure it doesn't start until after suspend.
(LP: #444391)
* Asynchronized the menu handling so that it's in the right
order with async startup. (LP: #440484)
* String change, "New Session" to "Switch User" (LP: #444494)
* Removed debian/patches/switch_user_lp-444494.patch
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8081ae0..4d030d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,23 @@ -indicator-session (0.1.6-0ubuntu2) UNRELEASED; urgency=low +indicator-session (0.1.7-0ubuntu1) UNRELEASED; urgency=low + + * Upstream release 0.1.7 + * Changing the icon so that if you are disconnected it is + 'system-shutdown-panel' and making sure that we see it + sometimes by not allocating the EmpathyAccountManager isn't + allocated until status is set. (LP: #432635) + * Also fixes by happenstance: (LP: #444170 and LP: #437065) + * Handling the locking of the screensaver so that we ensure + the screensaver is active before suspending. Also, we + throttle it to ensure it doesn't start until after suspend. + (LP: #444391) + * Asynchronized the menu handling so that it's in the right + order with async startup. (LP: #440484) + * String change, "New Session" to "Switch User" (LP: #444494) + * Removed debian/patches/switch_user_lp-444494.patch + + -- Ted Gould <ted@ubuntu.com> Thu, 08 Oct 2009 11:12:07 -0400 + +indicator-session (0.1.6-0ubuntu2) karmic; urgency=low * debian/patches/switch_user_lp-444494.patch - String change, "New Session" to "Switch User" (LP: #444494) |