aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog25
-rw-r--r--debian/control2
2 files changed, 26 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e2eeba0..2c47ae3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+indicator-session (0.2.6-0ubuntu1) lucid; urgency=low
+
+ * Upstream release 0.2.6
+ ∘ Updating sessions to make guest account marked when being
+ used (LP: #436030)
+ ∘ String "Switch From" is miscapitalized (LP: #540265)
+ ∘ Follow user switching lockdown key (LP: #504360)
+ ∘ Use user avatar images in session menu (LP: #436028)
+ ∘ Don't show suspend/hibernate if disabled in Policy Kit (LP: #432598)
+ ∘ Lock screen when switching users (LP: #536801)
+ ∘ Fix callback prototype (LP: #536990)
+ ∘ Revert back to "Shut Down" instead of "Switch Off" (LP: #540056)
+ ∘ Fix leaked GConf notifications
+ ∘ Add GConf key for showing the "Log Out" item
+ ∘ Adding the ability to specify a desktop file to have at the end
+ of the menu.
+ ∘ Setting up restart required notification by changing panel icon
+ and icon in menus.
+ ∘ Use the libindicator image helpers
+ ∘ Set proper translation domain for loadable indicator
+ ∘ Translation update
+ * debian/control: Require libindicator 0.3.5
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Mar 2010 14:22:41 -0500
+
indicator-session (0.2.5-0ubuntu3) lucid; urgency=low
* Backported an upstream change to fix translations use
diff --git a/debian/control b/debian/control
index 72076b3..00b5263 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0),
libgconf2-dev,
libdbus-glib-1-dev,
gnome-doc-utils,
- libindicator-dev (>= 0.3.0),
+ libindicator-dev (>= 0.3.5),
libdbusmenu-glib-dev (>= 0.2.2),
libdbusmenu-gtk-dev (>= 0.2.2),
libpolkit-gobject-1-dev,