diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 23 | ||||
-rw-r--r-- | debian/patches/restore_lock_screen.patch | 19 |
2 files changed, 23 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog index 6e3be30..021b738 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +indicator-session (0.2.8-0ubuntu1~ppa1) lucid; urgency=low + + * New upstream release. + * Making restart and shutdown items configurable (LP: #548810) + * Changing 'Sleep' to 'Suspend' (LP: #547102) + * Fixing translations helper text (LP: #547131) + * Passing correct object to callback (LP: #543393) + * Ignoring malformed message (LP: #548620) + + -- Ted Gould <ted@ubuntu.com> Fri, 09 Apr 2010 11:08:47 -0500 + +indicator-session (0.2.7-0ubuntu1~ppa1) lucid; urgency=low + + * Upstream release 0.2.7 + * Adding a switch for translators if the "Switch From" + translation doesn't make sense (LP: #545893) + * Scale avatar icons to menu size (LP: #542505) + * Fix strings to have all be "Shut Down" (LP: #545578) + * Remove debian/patches/restore_lock_screen.patch added by + downstream. + + -- Ted Gould <ted@ubuntu.com> Thu, 25 Mar 2010 09:40:31 -0500 + indicator-session (0.2.6-0ubuntu2) lucid; urgency=low * debian/control: diff --git a/debian/patches/restore_lock_screen.patch b/debian/patches/restore_lock_screen.patch deleted file mode 100644 index 12a24d4..0000000 --- a/debian/patches/restore_lock_screen.patch +++ /dev/null @@ -1,19 +0,0 @@ -=== modified file 'src/lock-helper.c' ---- src/lock-helper.c 2010-03-18 19:19:39 +0000 -+++ src/lock-helper.c 2010-03-23 17:47:37 +0000 -@@ -131,11 +131,12 @@ - return FALSE; - } - -- if (gconf_client == NULL) { -+ /* if (gconf_client == NULL) { - gconf_client = gconf_client_get_default(); - } - -- return gconf_client_get_bool (gconf_client, GCONF_KEY, NULL); -+ return gconf_client_get_bool (gconf_client, GCONF_KEY, NULL); */ -+ return TRUE; - } - - /* When the screensave go active, if we've got a mainloop - |