~ubuntu-branches/ubuntu/raring/consolekit/raring

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-11-20 18:17:28 UTC
  • mfrom: (0.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20101120181728-8e5bwe4ttgmk4j41
Tags: 0.4.3-2
Add 01-retry-console-open-on-EIO.patch: As reported in LP: #544139,
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!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
consolekit (0.4.2-1ubuntu1) natty; urgency=low
2
 
 
3
 
  * Resynchronise with Debian.  Remaining changes:
4
 
    - 10-retry_console_open_eio.patch: Retry console opens if they return
5
 
      EIO, since this may happen while a tty is closing.
6
 
 
7
 
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 13 Oct 2010 12:28:33 +0100
 
1
consolekit (0.4.3-2) unstable; urgency=low
 
2
 
 
3
  * Add 01-retry-console-open-on-EIO.patch: As reported in LP: #544139,
 
4
    ConsoleKit sometimes fails to track the active VT. This particular case
 
5
    was tracked down to a race condition that happens if you try to open
 
6
    /dev/console while the current TTY is currently being closed. This yields
 
7
    an -EIO error, in which case CK should just try again. Thanks Colin Watson
 
8
    for the patch!
 
9
 
 
10
 -- Martin Pitt <mpitt@debian.org>  Sat, 20 Nov 2010 18:17:28 +0100
 
11
 
 
12
consolekit (0.4.3-1) unstable; urgency=low
 
13
 
 
14
  * New upstream release.
 
15
    - The VT_WAITEVENT mechanism proved to be racy and e.g. caused events
 
16
      being lost on suspend/resume. So this change was reverted again.
 
17
      (Closes: #600756)
 
18
  * Remove patches
 
19
    - d/p/01-fallback_no_vt_waitevent.patch (obsolete)
 
20
    - d/p/80-gnukfreebsd_support_configure.ac.patch (merged upstream)
 
21
    - d/p/debian/patches/99-autoreconf.patch (use dh-autoreconf instead)
 
22
  * Use dh-autoreconf to update the build system
 
23
    - Add Build-Depends on dh-autoreconf.
 
24
    - Run autoreconf dh addon in debian/rules.
 
25
  * Switch to source format 3.0 (quilt)
 
26
    - Add debian/source/format.
 
27
    - Drop quilt from Build-Depends.
 
28
    - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include.
 
29
    - Remove debian/README.source.
 
30
  * Move from cdbs to dh
 
31
    - Drop Build-Depends on cdbs.
 
32
    - Bump Build-Depends on debhelper to (>= 7.0.50~) for override targets.
 
33
    - Convert debian/rules to use dh.
 
34
  * debian/libck-connector-dev.install
 
35
    - Install D-Bus interfaces files.
 
36
  * Install systemd unit files.
 
37
  * debian/consolekit.docs
 
38
    - Install AUTHORS, NEWS, README and TODO. cdbs did this automatically for
 
39
      us, with dh we have to list them explicitly.
 
40
 
 
41
 -- Michael Biebl <biebl@debian.org>  Wed, 17 Nov 2010 08:40:58 +0100
8
42
 
9
43
consolekit (0.4.2-1) unstable; urgency=low
10
44
 
30
64
 
31
65
 -- Michael Biebl <biebl@debian.org>  Tue, 21 Sep 2010 05:52:04 +0200
32
66
 
33
 
consolekit (0.4.1-4ubuntu1) maverick; urgency=low
34
 
 
35
 
  * 10-retry_console_open_eio.patch: Retry console opens if they return EIO,
36
 
    since this may happen while a tty is closing (see LP #554172, and thanks
37
 
    to Lennie and others for extensive debugging work; LP: #544139).
38
 
 
39
 
 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 30 Sep 2010 14:49:11 +0100
40
 
 
41
67
consolekit (0.4.1-4) unstable; urgency=low
42
68
 
43
69
  [ Martin Pitt ]