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

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Michael Biebl, Martin Pitt
  • Date: 2011-05-20 12:17:48 UTC
  • mfrom: (0.1.18 sid)
  • Revision ID: james.westby@ubuntu.com-20110520121748-0aitb9gjn6p8shyq
Tags: 0.4.5-1
[ Michael Biebl ]
* Bump Standards-Version to 3.9.2. No further changes.
* Bump debhelper compatibility level to 8.

[ Martin Pitt ]
* New upstream bug fix release.
* Drop 01-retry-console-open-on-EIO.patch, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 4a1e58fd29c7cdf48dea879191a45db2cfcca0d1
 
2
Author: Colin Watson <cjwatson@ubuntu.com>
 
3
Date:   Sat Nov 20 17:57:22 2010 +0100
 
4
 
 
5
    Retry opening console device on EIO
 
6
 
 
7
    As reported in https://launchpad.net/bugs/544139, ConsoleKit sometimes
 
8
    fails to
 
9
    track the active VT. This particular case was tracked down to a
 
10
    race condition
 
11
    that happens if you try to open /dev/console while the current TTY
 
12
    is currently
 
13
    being closed. This yields an -EIO error, in which case CK should
 
14
    just try
 
15
    again.
 
16
 
 
17
    For a more detailled summary of the problem from a kernel perspective,
 
18
    please
 
19
    see
 
20
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/554172/comments/245
 
21
    .
 
22
 
 
23
    https://bugs.freedesktop.org/show_bug.cgi?id=31790
 
24
 
 
25
 src/ck-sysdeps-unix.c |   17 +++++++++++++++++
 
26
 1 files changed, 17 insertions(+), 0 deletions(-)
 
27
 
 
28
commit 14d5ef815d3f1a1a7d72bdc242c7ebb085372c8d
 
29
Author: Lennart Poettering <lennart@poettering.net>
 
30
Date:   Thu Apr 14 01:12:51 2011 +0200
 
31
 
 
32
    systemd: don't pull in sysinit.target
 
33
 
 
34
    In case of shutdown when sysinit.target is not up yet (i.e. emergency
 
35
    mode or suchlike) ensure that we don't try to start sysinit.target
 
36
    before shutting down.
 
37
 
 
38
 data/console-kit-log-system-restart.service.in |    1 -
 
39
 data/console-kit-log-system-start.service.in   |    1 -
 
40
 data/console-kit-log-system-stop.service.in    |    1 -
 
41
 3 files changed, 0 insertions(+), 3 deletions(-)
 
42
 
 
43
commit 91c73e774a033b6399624d8d5991543c70623ee0
 
44
Author: Lennart Poettering <lennart@poettering.net>
 
45
Date:   Thu Feb 17 01:37:33 2011 +0100
 
46
 
 
47
    build-sys: post release version bump
 
48
 
 
49
 NEWS         |    6 ++++++
 
50
 configure.ac |    3 +--
 
51
 2 files changed, 7 insertions(+), 2 deletions(-)
 
52
 
1
53
commit f19bd45476536439b0f9fe01808f5d118238c5b1
2
54
Author: Lennart Poettering <lennart@poettering.net>
3
55
Date:   Thu Feb 17 00:53:54 2011 +0100
3873
3925
 {tools => libck-connector}/.gitignore  |    3 ++-
3874
3926
 {tools => pam-ck-connector}/.gitignore |    2 +-
3875
3927
 tools/.gitignore                       |    2 +-
3876
 
 tools/linux/.gitignore                 |    9 +++++++++
3877
 
 5 files changed, 14 insertions(+), 3 deletions(-)
 
3928
 tools/{ => linux}/.gitignore           |    3 ++-
 
3929
 5 files changed, 7 insertions(+), 4 deletions(-)
3878
3930
 
3879
3931
commit 1702970a3ea3de88f04623f69a3ab5260f77d2c5
3880
3932
Author: William Jon McCann <mccann@jhu.edu>