diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 11:05:24 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 11:05:24 -0400 |
commit | 9b1a914e49a6de07800fc394f87a5ac3c851ca24 (patch) | |
tree | 4cf9b61fd2d91ee12331837ec6e2f9774d6c5c12 | |
parent | 76e76e5d2e33b9b7f89c4888e2a1305c8c0550f4 (diff) | |
parent | 8bee87898909ee3daa1a66dd080f4dbc915651b0 (diff) | |
download | ayatana-indicator-session-9b1a914e49a6de07800fc394f87a5ac3c851ca24.tar.gz ayatana-indicator-session-9b1a914e49a6de07800fc394f87a5ac3c851ca24.tar.bz2 ayatana-indicator-session-9b1a914e49a6de07800fc394f87a5ac3c851ca24.zip |
* Upstream release 0.1.7
* Also fixes by happenstance: (LP: #444170 and LP: #437065)
order with async startup. (LP: #440484)
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 40 |
2 files changed, 17 insertions, 25 deletions
diff --git a/configure.ac b/configure.ac index 193e88c..340177e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-session, 0.1.6) +AM_INIT_AUTOMAKE(indicator-session, 0.1.7) AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 7c35c89..24489db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,29 +1,21 @@ -indicator-session (0.1.6-0ubuntu3~ppa3) karmic; urgency=low - - * 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) - - -- Ted Gould <ted@ubuntu.com> Thu, 08 Oct 2009 11:00:32 -0400 - -indicator-session (0.1.6-0ubuntu3~ppa2) karmic; urgency=low - - * 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) - - -- Ted Gould <ted@ubuntu.com> Wed, 07 Oct 2009 18:25:00 -0400 - -indicator-session (0.1.6-0ubuntu3~ppa1) karmic; urgency=low - - * Asynchronized the menu handling so that it's in the right - order with async startup. - * String change, "New Session" to "Switch User" (LP: #444494) +indicator-session (0.1.7-0ubuntu1~ppa1) 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> Tue, 06 Oct 2009 18:14:16 -0400 + -- Ted Gould <ted@ubuntu.com> Thu, 08 Oct 2009 11:00:47 -0400 indicator-session (0.1.6-0ubuntu2) UNRELEASED; urgency=low |