aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-08-12 15:20:44 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-08-12 15:20:44 -0400
commit3ae38c255db43f647a138a9527e94f1015d0971a (patch)
treeedc25c0c5a62acf11073569a1c244d4fbcb35c08 /debian
parent0990eec16f54851e748a3bcbfb864777b6a0c959 (diff)
parente8435163c2483585d11f7e31e95ba9c4d319d8a0 (diff)
downloadayatana-indicator-session-3ae38c255db43f647a138a9527e94f1015d0971a.tar.gz
ayatana-indicator-session-3ae38c255db43f647a138a9527e94f1015d0971a.tar.bz2
ayatana-indicator-session-3ae38c255db43f647a138a9527e94f1015d0971a.zip
releasing version 0.2.10-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/patches/restore_lock_screen.patch19
2 files changed, 9 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index 6a79c07..7fea0a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+indicator-session (0.2.10-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ * Fix to lock screen so that the menu item is always to lock
+ the screen. (LP: #599848)
+ * Fix capitalization of complete update message.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 11:41:45 -0500
+
indicator-session (0.2.9-0ubuntu1) maverick; urgency=low
* New upstream release:
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
-