aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-03-18 15:51:49 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-03-18 15:51:49 -0400
commit585f1180a33057220f2afc5dae896ed44045f99c (patch)
treea3e6db63beec92f63452c6448868a2800a074505 /debian
parent91a59d5405f998627cc94d14a8c8501aee797e14 (diff)
parent66c6817500eb8e5ad899f20f8d46d4336e5ffdd3 (diff)
downloadayatana-indicator-session-585f1180a33057220f2afc5dae896ed44045f99c.tar.gz
ayatana-indicator-session-585f1180a33057220f2afc5dae896ed44045f99c.tar.bz2
ayatana-indicator-session-585f1180a33057220f2afc5dae896ed44045f99c.zip
releasing version 0.2.6-0ubuntu1
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,