Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-20 | releasing version 0.4.5-1debian/0.4.5-1 | Martin Pitt | 1 | -2/+2 | |
2011-05-20 | New upstream bug fix release 0.4.5. | Martin Pitt | 3 | -63/+6 | |
* New upstream bug fix release. * Drop 01-retry-console-open-on-EIO.patch, included upstream. | |||||
2011-05-20 | Merge commit 'upstream/0.4.5' | Martin Pitt | 9 | -25/+90 | |
2011-05-20 | Imported Upstream version 0.4.5upstream/0.4.5 | Martin Pitt | 9 | -25/+90 | |
2011-04-19 | Bump debhelper compatibility level to 8. | Michael Biebl | 3 | -2/+3 | |
2011-04-19 | Bump Standards-Version to 3.9.2. No further changes. | Michael Biebl | 2 | -1/+7 | |
2011-02-25 | Release version 0.4.4-1 to unstabledebian/0.4.4-1 | Michael Biebl | 1 | -2/+2 | |
2011-02-24 | New upstream release. | Michael Biebl | 1 | -0/+6 | |
2011-02-24 | Merge commit 'upstream/0.4.4' | Michael Biebl | 22 | -1598/+3670 | |
2011-02-24 | Imported Upstream version 0.4.4upstream/0.4.4 | Michael Biebl | 22 | -1598/+3670 | |
2010-11-21 | Remove useless exit 0 (we use set -e) | Michael Biebl | 3 | -5/+0 | |
2010-11-20 | releasing version 0.4.3-2debian/0.4.3-2 | Martin Pitt | 1 | -2/+2 | |
2010-11-20 | Add 01-retry-console-open-on-EIO.patch: As reported in LP: #544139, ↵ | Martin Pitt | 3 | -0/+73 | |
ConsoleKit sometimes fails to track the active VT. This particular case was tracked down to a race condition that happens if you try to open /dev/console while the current TTY is currently being closed. This yields an -EIO error, in which case CK should just try again. Thanks Colin Watson for the patch! | |||||
2010-11-17 | Release version 0.4.3-1 to unstabledebian/0.4.3-1 | Michael Biebl | 1 | -2/+2 | |
2010-11-17 | Install doc files | Michael Biebl | 2 | -0/+7 | |
* debian/consolekit.docs - Install AUTHORS, NEWS, README and TODO. cdbs did this automatically for us, with dh we have to list them explicitly. | |||||
2010-11-17 | Fix a typo in the changelog | Michael Biebl | 1 | -1/+1 | |
2010-11-17 | Install systemd unit files. | Michael Biebl | 3 | -1/+11 | |
2010-11-17 | Install D-Bus interfaces files. | Michael Biebl | 2 | -0/+3 | |
2010-11-17 | Move from cdbs to dh | Michael Biebl | 3 | -13/+16 | |
* Move from cdbs to dh - Drop Build-Depends on cdbs. - Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets. - Convert debian/rules to use dh. - Run autoreconf dh addon in debian/rules. | |||||
2010-11-17 | Switch to source format 3.0 (quilt) | Michael Biebl | 5 | -5/+6 | |
* Switch to source format 3.0 (quilt) - Add debian/source/format. - Drop quilt from Build-Depends. - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include. - Remove debian/README.source. | |||||
2010-11-17 | Use dh-autoreconf to update the build system | Michael Biebl | 3 | -1/+6 | |
* Use dh-autoreconf to update the build system - Add Build-Depends on dh-autoreconf. - Add /usr/share/cdbs/1/rules/autoreconf.mk include in debian/rules. | |||||
2010-11-17 | Remove patches | Michael Biebl | 6 | -878/+9 | |
* Remove patches - d/p/01-fallback_no_vt_waitevent.patch (obsolete) - d/p/80-gnukfreebsd_support_configure.ac.patch (merged upstream) - d/p/debian/patches/99-autoreconf.patch (use dh-autoreconf instead) | |||||
2010-11-17 | New upstream release. | Michael Biebl | 1 | -0/+9 | |
* New upstream release. - The VT_WAITEVENT mechanism proved to be racy and e.g. caused events being lost on suspend and resume. So this changes was reverted again. (Closes: #600756) | |||||
2010-11-17 | Merge commit 'upstream/0.4.3' | Michael Biebl | 19 | -120/+204 | |
2010-11-17 | Imported Upstream version 0.4.3upstream/0.4.3 | Michael Biebl | 19 | -120/+204 | |
2010-09-21 | Release version 0.4.2-1 to unstabledebian/0.4.2-1 | Michael Biebl | 1 | -2/+2 | |
2010-09-21 | Update 82-hurd_support.patch | Michael Biebl | 2 | -13/+25 | |
* debian/patches/82-hurd_support.patch - Updated for 0.4.2. - Check return value of malloc() to correctly handle OOM situations. Thanks Pino Toscano for the updated patch. | |||||
2010-09-20 | debian/patches/01-fallback_no_vt_waitevent.patch | Michael Biebl | 3 | -0/+141 | |
* debian/patches/01-fallback_no_vt_waitevent.patch - Add runtime check for VT_WAITEVENT and fallback to old behaviour of creating a thread for every possible VT. | |||||
2010-09-20 | Refresh patches. | Michael Biebl | 3 | -516/+472 | |
2010-09-20 | Use VT_WAITEVENT ioctl to monitor VT switches | Michael Biebl | 1 | -0/+3 | |
to avoid spawning a thread for each possible VT. This requires a Linux kernel 2.6.32 or newer. (Closes: #526499) | |||||
2010-09-20 | Remove patches which have been merged upstream. | Michael Biebl | 5 | -108/+4 | |
- debian/patches/01-dont_daemonize_when_activated.patch - debian/patches/02-dont_take_bus_name_until_ready.patch - debian/patches/04-dont_fail_with_invalid_seats_file.patch | |||||
2010-09-20 | Bump Build-Depends on libglib2.0-dev to (>= 2.14.0) for GRegex. | Michael Biebl | 2 | -1/+2 | |
2010-09-20 | Bump Standards-Version to 3.9.1 for architecture wildcards. | Michael Biebl | 2 | -2/+5 | |
* debian/control - Bump Standards-Version to 3.9.1. - Use architecture wildcard kfreebsd-any for the libkvm-dev Build-Depends. | |||||
2010-09-20 | New upstream release. | Michael Biebl | 1 | -0/+6 | |
2010-09-20 | Merge commit 'upstream/0.4.2' | Michael Biebl | 50 | -9001/+8380 | |
2010-09-20 | Imported Upstream version 0.4.2upstream/0.4.2 | Michael Biebl | 50 | -9001/+8380 | |
2010-02-24 | Release version 0.4.1-4 to unstabledebian/0.4.1-4 | Michael Biebl | 1 | -2/+3 | |
2010-02-19 | Bump Standards-Version to 3.8.4 (no changes necessary). | Martin Pitt | 2 | -1/+2 | |
2010-02-19 | debian/90consolekit: gdm already creates a CK session for us, so do not run ↵ | Martin Pitt | 2 | -1/+10 | |
the expensive D-Bus calls if we have $GDMSESSION. | |||||
2010-01-12 | Release version 0.4.1-3 to unstabledebian/0.4.1-3 | Michael Biebl | 1 | -2/+2 | |
2010-01-12 | Don't segfault when reading an invalid seats file | Michael Biebl | 3 | -0/+23 | |
* 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) | |||||
2010-01-12 | Fix race when being activated by a call on the manager object | Michael Biebl | 3 | -0/+66 | |
* 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. | |||||
2010-01-12 | Refresh patch to apply cleanly | Michael Biebl | 1 | -7/+7 | |
2010-01-12 | Replace our D-Bus activation fix with a patch pulled from upstream | Michael Biebl | 4 | -32/+38 | |
* 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. | |||||
2009-11-11 | Bump Breaks to udev to << 147, since 147-1 is in unstable now. | Martin Pitt | 2 | -1/+7 | |
2009-11-10 | Release version 0.4.1-2 to unstabledebian/0.4.1-2 | Michael Biebl | 1 | -0/+6 | |
2009-11-10 | Use correct branch for master | Michael Biebl | 1 | -1/+0 | |
2009-11-05 | Release version 0.4.1-1 to experimentaldebian/0.4.1-1 | Michael Biebl | 1 | -2/+2 | |
2009-11-05 | Add Breaks: udev (<< 147~) for changes in session.d/ callouts | Michael Biebl | 2 | -0/+5 | |
The 'session_active_changed' type has been removed for session.d/ callouts. Tools relying on that need to be ported to the new seat.d/ infrastructure and use 'seat_active_session_changed' instead. This breaks older versions of udev-acl, so add a Breaks: udev (<< 147~). | |||||
2009-11-05 | Refresh 99-autoreconf.patch to apply cleanly. | Michael Biebl | 1 | -247/+528 | |