diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 20:59:20 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-04-09 20:59:20 +0200 |
| commit | ef92fb6b07220aea130c9a32890c56623e393a45 (patch) | |
| tree | 75c5ec3c6753057bcfa68703e206d2a6c2c3ee26 /debian | |
| parent | 81db14844ae153486cd472e1186d98b33865a23a (diff) | |
| parent | dda06df8cd9fd0186d81701c72ff2e6fa36f5658 (diff) | |
| download | ayatana-indicator-session-ef92fb6b07220aea130c9a32890c56623e393a45.tar.gz ayatana-indicator-session-ef92fb6b07220aea130c9a32890c56623e393a45.tar.bz2 ayatana-indicator-session-ef92fb6b07220aea130c9a32890c56623e393a45.zip | |
releasing version 0.2.8-0ubuntu1~ppa1
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 - |
