-
consolekit (0.2.10-1ubuntu10) intrepid-proposed; urgency=low
* Unref the dbus proxy when finalizing the session object, so that
they are not leaked. (LP: #284229)
- When leaked they would stay in the list of active proxies, which
is iterated over during some proxy operations. This would lead to
a dramatic slowdown and CPU usage spike if a lot of sessions were
created and destroyed.
-- James Westby <email address hidden> Tue, 10 Feb 2009 14:53:11 +0000
-
consolekit (0.2.10-1ubuntu9) intrepid; urgency=low
* debian/patches/10-file_monitor_remove_watch_crash.patch:
- Move watch removals triggered by inotify in to the main thread
so that they do not race with the removals triggered by dbus.
- Don't try and remove watches that have already been removed.
- When removing a watch triggered by inotify also invalidate pointers
to it from all notifies that use it.
- Ubuntu: LP: #269651
- Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=18046
-- James Westby <email address hidden> Sun, 19 Oct 2008 03:18:24 +0100
-
consolekit (0.2.10-1ubuntu8) intrepid; urgency=low
* Add debian/patches/10-file_monitor_remove_watch_crash.patch: Fix common
crash when trying to remove a NULL watch. (LP: #269651)
-- Martin Pitt <email address hidden> Tue, 14 Oct 2008 08:02:40 +0200
-
consolekit (0.2.10-1ubuntu7) intrepid; urgency=low
* debian/patches/09-directory-handle-leak.patch: close the directory
handle when we're done with it, so that we aren't leaking file
descriptors. Thanks to Chris Jones for noticing this! LP: #276918.
-- Steve Langasek <email address hidden> Fri, 03 Oct 2008 19:06:41 +0000
-
consolekit (0.2.10-1ubuntu6) intrepid; urgency=low
* Add 08-fix-double-close.patch: Fix double close()ing of the log file which
sometimes causes not only close() to fail, but to segfault. (LP: #263245)
-- Martin Pitt <email address hidden> Thu, 02 Oct 2008 13:01:48 +0200
-
consolekit (0.2.10-1ubuntu5) intrepid; urgency=low
* Patches pulled from Fedora that will are in 0.3:
- Correctly shutdown event logger threads (LP: #196724)
- Return PolicyKit results when the action is denied (LP: #268944)
-- James Westby <email address hidden> Thu, 11 Sep 2008 12:09:17 +0100
-
consolekit (0.2.10-1ubuntu4) intrepid; urgency=low
* Enable PolicyKit controlled shutdown/reboot functionality (LP: #250506):
- Disable 01-dbus_policy.patch.
- Add libpolkit-dev build dependency.
- debian/consolekit.install: Install .policy file.
-- Martin Pitt <email address hidden> Wed, 03 Sep 2008 15:44:43 +0200
-
consolekit (0.2.10-1ubuntu3) intrepid; urgency=low
* debian/libpam-ck-connector.{pam-auth-update,install,postinst,prerm},
debian/rules: enable pam_ck_connector by default using the new
pam-auth-update support.
* debian/control: depend on libpam-runtime (>= 1.0.1-2ubuntu1) for the
above.
-- Steve Langasek <email address hidden> Wed, 27 Aug 2008 19:22:52 +0000
-
consolekit (0.2.10-1ubuntu2) intrepid; urgency=low
* Add 05-pam-add-nox11.patch: Add "nox11" option to the PAM module, which
ignores PAM sessions where PAM_TTY is an X11 display. This allows adding
pam_ck_connector to PAM's "common-session" without interfering
with the already existing ConsoleKit operations in gdm, the
Xsession script, etc. (FD #16746)
-- Martin Pitt <email address hidden> Mon, 04 Aug 2008 18:26:37 +0200
-
consolekit (0.2.10-1ubuntu1) intrepid; urgency=low
* Merge with Debian unstable. Remaining Ubuntu changes:
- 04-consolekit_park.patch: Allow {g,k}dm to allocate a VT (they do not
run a proper session).
* debian/consolekit.preinst: Remove obsolete configuration file
/etc/X11/Xsession.d/90-console-kit on upgrade(Debian named it 90consolekit
for consistency with other Xsession.d/ scripts).
* 03-cleanup_console_tags.patch: Properly initialize GError to avoid daemon
crash if /var/run/console/ does not exist. Also, demote message about it
from warning to debug, since it is not an error condition at all.
consolekit (0.2.10-1) unstable; urgency=low
* New upstream release. (Closes: #464005, #489030)
* debian/control
- Add Build-Depends on pkg-config.
- Add Build-Depends on zlib1g-dev.
- Add Build-Depends on quilt.
- Bump Standards-Version to 3.8.0. No further changes.
* debian/org.freedesktop.ConsoleKit.service
- Removed, merged upstream.
* debian/libck-connector0.symbols
- Add symbols file for libck-connector library.
* consolekit.install
- Install all binaries in /usr/bin and /usr/sbin instead of listing them
individually.
- Update the list of installed directories.
- Install 90consolekit into /etc/X11/Xsession.d.
* debian/pam-foreground-compat.ck
- Add run-session.d script which creates pam_console compatible tag files.
Script shamelessly taken from Ubuntu. (Closes: #422349)
* debian/rules
- Install pam-foreground-compat.ck into /usr/lib/ConsoleKit/run-session.d.
- Include patchsys-quilt.mk for patch management.
* debian/90consolekit
- Xsession ConsoleKit integration. Script is taken from Ubuntu but renamed
to better fit with the existing naming conventions for Xsession scripts.
(Closes: #452627)
* debian/patches/01-dbus_policy.patch
- Allow only root to call the Restart and Stop D-Bus methods since we are
not using PolicyKit to restrict the access to those methods.
* debian/patches/02-exit_with_dbus.patch
- Pulled from upstream git. Exit when D-Bus system bus is stopped.
* debian/patches/03-cleanup_console_tags.patch
- Cleanup console tag files on application startup and shutdown.
-- Martin Pitt <email address hidden> Mon, 28 Jul 2008 09:16:16 +0200
-
consolekit (0.2.10-0ubuntu4) intrepid; urgency=low
* debian/rules: Fix path of run-session.d directory to actually chmod the
.ck script correctly.
-- Martin Pitt <email address hidden> Thu, 17 Jul 2008 17:44:42 +0100
-
consolekit (0.2.10-0ubuntu3) intrepid; urgency=low
* debian/consolekit.dirs: Add /usr/lib/ConsoleKit/run-session.d/ to quiesce
the frequent warnings about it.
* Drop pam_console-compat.patch. Add debian/pam-foreground-compat.ck
which is installed as a run-session.d script instead. This is less
intrusive and the proper place for things like this. Upstream rejected the
former patch, too.
-- Martin Pitt <email address hidden> Wed, 16 Jul 2008 23:08:09 +0100
-
consolekit (0.2.10-0ubuntu2) intrepid; urgency=low
* Add missing zlib1g-dev build dependency.
-- Martin Pitt <email address hidden> Tue, 15 Jul 2008 17:16:32 +0100
-
consolekit (0.2.10-0ubuntu1) intrepid; urgency=low
* New upstream release. Update patches for this.
* Drop ck-launch-session.patch and zzz_automake.patch, those were backports
from this upstream version.
* For the record, remaining Ubuntu changes:
- XSession ConsoleKit integration: Add debian/90-console-kit, an Xsession
startup script, to prepend ck-launch-session to $STARTUP. Install it in
debian/consolekit.install. (LP #199486)
- pam_console-compat.patch: Create pam_console compatible tag files
(/var/run/console/<username>). Necessary until all dbus policy files
stop using "at_console".
- consolekit-park.patch: Allow {g,k}dm to allocate a VT (they do not run a
proper session).
- debian/consolekit.install: Install ck-history.
-- Martin Pitt <email address hidden> Tue, 15 Jul 2008 16:24:40 +0100
-
consolekit (0.2.3-3ubuntu5) hardy; urgency=low
* Fix typo in bug id in 0.2.3-3ubuntu4.
consolekit (0.2.3-3ubuntu4) hardy; urgency=low
* Add XSession ConsoleKit integration; LP: #199486.
- New patch, debian/patches/ck-launch-session.patch, backport
of the ck-launch-session binary from consolekit-0.2.10.
- New patch, debian/patches/zzz_automake.patch, update autotools generated
files patches by the previous patch.
- Added debian/90-console-kit, an Xsession startup script, to prepend
ck-launch-session to $STARTUP.
-- Loic Minier <email address hidden> Fri, 21 Mar 2008 10:22:39 +0100