diff -u consolekit-0.3/debian/changelog consolekit-0.3/debian/changelog --- consolekit-0.3/debian/changelog +++ consolekit-0.3/debian/changelog @@ -1,3 +1,12 @@ +consolekit (0.3-0ubuntu4) jaunty; urgency=low + + * Adding debian/patches/12-allow-get-sessions.patch to allow for + the GetSessions command to be called on the Manager interface. This + saves the effort of calling GetSeats and then GetSessions on each + of them. (LP: #999999) + + -- Ted Gould Wed, 04 Mar 2009 13:59:45 -0600 + consolekit (0.3-0ubuntu3) jaunty; urgency=low * Unref the dbus proxy when finalizing the session object, so that diff -u consolekit-0.3/debian/patches/series consolekit-0.3/debian/patches/series --- consolekit-0.3/debian/patches/series +++ consolekit-0.3/debian/patches/series @@ -8,0 +9 @@ +12-allow-get-sessions.patch only in patch2: unchanged: --- consolekit-0.3.orig/debian/patches/12-allow-get-sessions.patch +++ consolekit-0.3/debian/patches/12-allow-get-sessions.patch @@ -0,0 +1,13 @@ +diff -ur ConsoleKit-0.3.0/data/ConsoleKit.conf ConsoleKit-ted/data/ConsoleKit.conf +--- ConsoleKit-0.3.0/data/ConsoleKit.conf 2009-03-04 14:02:53.000000000 -0600 ++++ ConsoleKit-ted/data/ConsoleKit.conf 2009-03-04 14:03:21.000000000 -0600 +@@ -41,6 +41,9 @@ + send_member="GetSeats"/> + ++ +