Change logs for consolekit source package in Squeeze

  • consolekit (0.4.1-4) unstable; urgency=low
    
    
      [ Martin Pitt ]
      * debian/90consolekit: gdm already creates a CK session for us, so do not
        run the expensive D-Bus calls if we have $GDMSESSION.
      * Bump Standards-Version to 3.8.4 (no changes necessary).
    
     -- Michael Biebl <email address hidden>  Wed, 24 Feb 2010 23:47:23 +0100
  • consolekit (0.4.1-3) unstable; urgency=low
    
    
      [ Martin Pitt ]
      * Bump Breaks to udev to << 147, since 147-1 is in unstable now.
    
      [ Michael Biebl ]
      * debian/patches/01-dont_daemonize_when_activated.patch
        - Don't daemonize when being activated by D-Bus. D-Bus service activation
          does not (yet) handle forking daemons properly.
          Patch pulled from upstream Git.
      * debian/patches/04-defer_daemonizing.patch
        - Drop this patch, obsoleted by 01-dont_daemonize_when_activated.patch.
      * debian/patches/02-dont_take_bus_name_until_ready.patch
        - Claim bus name after registering the manager object. This fixes a race
          when being activated by a method call on the manager object, where
          ConsoleKit gets started but the method call fails. (Closes: #561592)
          Patch pulled from upstream Git.
      * debian/patches/04-dont_fail_with_invalid_seats_file.patch
        - Don't segfault when reading an invalid seats file and
          ck_seat_new_from_file returns NULL. (Closes: #561106)
    
     -- Michael Biebl <email address hidden>  Tue, 12 Jan 2010 13:48:08 +0100
  • consolekit (0.4.1-2) unstable; urgency=low
    
    
      * Upload to unstable.
    
     -- Michael Biebl <email address hidden>  Tue, 10 Nov 2009 00:12:42 +0100
  • consolekit (0.3.1-2) unstable; urgency=low
    
    
      [ Martin Pitt ]
      * debian/consolekit.preinst: Remove obsolete 90-console-kit conffile for
        upgrades from Ubuntu 8.04. (Can be dropped after 10.04 LTS release.)
    
      [ Michael Biebl ]
      * debian/patches/82-hurd_support.patch
        - Add support for GNU/Hurd. (Closes: #552393)
          The patch adds a sysdeps-gnu backend, which implements the process
          management using Hurd's libps, the *ttyent API for the part of the
          console implementation and the rest using similar (valid) approaches of
          other backends.
          Also, it fixes the PATH_MAX usage in pam-ck-connector/pam-ck-connector.c
          by using a variable-length malloc'ed buffer.
          Thanks to Pino Toscano for the patch.
      * debian/patches/99-autoreconf.patch
        - Run autoreconf as 82-hurd_support.patch changes the build system.
      * debian/patches/81-gnukfreebsd_support_pseudo_run_autoconf.patch
        - Remove, made obsolete by 99-autoreconf.patch.
    
     -- Michael Biebl <email address hidden>  Mon, 26 Oct 2009 00:52:52 +0100
  • consolekit (0.3.1-1) unstable; urgency=low
    
    
      * New upstream release:
        - port to PolicyKit 1.0
        - D-Bus policy updates
        - better diagnostic information for unimplemented backends
        - file monitoring fixes
        - get VT from X display if no controlling tty is available
        - add "nox11" option to PAM module
        - parse log entries with no body correctly
        - fix zero-sized struct/unions
        - solaris build fixes
        - parse gecos field for real name
        - leak fixes
        - compile warning fixes
        - fix doc xml validation errors
        - fix doc generation when srcdir != builddir
        - add example upstart events for logging
        - fix ChangeLog generation script to work with git-log moved to libexecdir
      * debian/control
        - Add Build-Depends on libpolkit-gobject-1-dev (>= 0.92).
      * debian/consolekit.install
        - Install policy definitions for ConsoleKit.
      * Drop patches
        - 04-consolekit_park.patch (obsolete, not used)
        - 05-dbus_policy.patch (merged upstream)
        - 05-pam-add-nox11.patch (merged upstream)
        - 06-xmlto_skip_validation.patch (fixed upstream, doc is valid xml now)
        - 08-fix-double-close.patch (merged upstream)
        - 09-directory-handle-leak.patch (merged upstream)
        - 10-file_monitor_remove_watch_crash.patch (merged upstream)
        - 11-unref-dbus-proxy.patch (merged upstream)
        - 12-allow-get-sessions.patch (merged upstream)
      * debian/pam-foreground-compat.ck
        - Don't create tag files for remote users. (Closes: #547347)
    
     -- Michael Biebl <email address hidden>  Fri, 02 Oct 2009 02:58:05 +0200
  • consolekit (0.3.0-4) unstable; urgency=low
    
    
      * debian/consolekit.logrotate: Install a logrotate configuration file for
        /var/log/ConsoleKit/history so that it doesn't get huge and cause
        ck-history to take a long while to run on login. ck-history already
        handles reading from rotated logs. (Closes: #537833)
        Thanks to James Westby for the patch.
      * debian/libpam-ck-connector.pam-auth-update: Mark this module as applying
        only to interactive sessions. (Closes: #543306)
        Thanks to Steve Langasek for the patch.
      * Add README.source which refers to the quilt documentation.
      * Bump Standards-Version to 3.8.3.
    
     -- Michael Biebl <email address hidden>  Wed, 02 Sep 2009 18:04:01 +0200
  • consolekit (0.3.0-3) unstable; urgency=low
    
    
      * debian/control
        - Update Vcs-* fields. Package is now managed with Git on git.debian.org.
        - Bump Standards-Version to 3.8.2. No further changes.
      * debian/copyright
        - Misc whitespace cleanups.
        - Refer to versioned GPL-2 file.
      * debian/consolekit.preinst
        - Use "set -e" instead of "#!/bin/sh -e".
      * debian/90consolekit
        - If an X session is started from the console using startx, make sure to
          register a CK session, even if XDG_SESSION_COOKIE is already set.
          (Closes: #520720)
    
     -- Michael Biebl <email address hidden>  Tue, 14 Jul 2009 20:09:54 +0200
  • consolekit (0.3.0-2) unstable; urgency=low
    
    
      * debian/consolekit.prerm
        - Stop console-kit-daemon upon package removal (using start-stop-daemon).
          (Closes: #518346)
    
     -- Michael Biebl <email address hidden>  Tue, 10 Mar 2009 17:15:35 +0100
  • consolekit (0.2.10-5) unstable; urgency=high
    
    
      * debian/watch 
        - Fix the regex to not use the second Perl group. 
      * Urgency high as it still blocks #503532.
    
     -- Michael Biebl <email address hidden>  Thu, 08 Jan 2009 16:56:40 +0100