~xnox/ubuntu/raring/upstart/autopkgtest2

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Steve Langasek
  • Date: 2012-12-10 09:23:29 UTC
  • mfrom: (0.8.52 debian)
  • Revision ID: steve.langasek@canonical.com-20121210092329-87pwlsh7zvv8zkd0
Merge packaging fixes from Debian, along with the new upstream version 1.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
upstart (1.6-0ubuntu1) UNRELEASED; urgency=low
 
1
upstart (1.6.1-1ubuntu1) UNRELEASED; urgency=low
2
2
 
3
3
  [ Steve Langasek ]
4
4
  * New upstream release.
 
5
  * Merge with Debian.
 
6
    - drop debian/conf/dbus-reconnect.conf again, only needed in Debian.
 
7
    - don't build against libselinux; this is probably fine to have in
 
8
      Ubuntu, but this isn't the time to add it.
 
9
    - back down the Debian-specific versioned depends on sysvinit, ifupdown,
 
10
      udev
5
11
  * Add build-dependency on libjson0-dev.
6
12
  * Export $TERM in init/Makefile.am; the Debian buildds don't set this,
7
13
    which results in test failures because of assumptions that it will be
19
25
 
20
26
 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 15 Nov 2012 09:26:10 -0800
21
27
 
 
28
upstart (1.6.1-1) unstable; urgency=low
 
29
 
 
30
  * New upstream release.
 
31
  * Declare a Breaks: against old versions of cryptsetup which have upstart
 
32
    jobs named in a way that will deadlock the boot.  (Ref: bug #694499)
 
33
  * Make versioned build-dep on json-c (>= 0.10) explicit.
 
34
  * Add debian/conf/dbus-reconnect.conf, to tell upstart to connect to the
 
35
    system bus once dbus is started.  This is a temporary solution until
 
36
    dbus in Debian has native upstart support.
 
37
 
 
38
 -- Steve Langasek <vorlon@debian.org>  Mon, 10 Dec 2012 00:28:29 -0800
 
39
 
 
40
upstart (1.6-3) unstable; urgency=low
 
41
 
 
42
  * init/tests/test_job_process.c: don't test the blocked/ignored signal list
 
43
    in a spawned job; this is not testing the upstart code but the
 
44
    characteristics of the system, and the test is wrong because it assumes
 
45
    the signal lists in /proc/self/status fit in an unsigned long int
 
46
    - patently untrue on mips, where we have 128 signals for historical
 
47
    reasons.
 
48
 
 
49
 -- Steve Langasek <vorlon@debian.org>  Sun, 18 Nov 2012 12:25:21 -0600
 
50
 
 
51
upstart (1.6-2) unstable; urgency=low
 
52
 
 
53
  * init/tests/test_job_process.c: cherry-pick upstream fix for test which
 
54
    was accidentally relying on a variable persisting after it's gone out of
 
55
    scope.
 
56
  * init/tests/test_job_process.c: drop change to print path in the test,     
 
57
    should be fixed by the above.
 
58
  * init/job_class.[ch]: instead of assuming a fixed value (0) as the
 
59
    default nice value for job processes, use whatever the nice value of the
 
60
    current process is.  This will be important later for user sessions
 
61
    where an entire session may be started with a higher nice value; and it
 
62
    fixes running the test suite as part of a nice'd build.
 
63
  * init/tests/test_job_class.c: update test suite to match.
 
64
 
 
65
 -- Steve Langasek <vorlon@debian.org>  Sun, 18 Nov 2012 01:54:29 -0600
 
66
 
 
67
upstart (1.6-1) unstable; urgency=low
 
68
 
 
69
  * New upstream release.
 
70
  * Add build-dependency on libjson0-dev.
 
71
  * Export $TERM in init/Makefile.am; the Debian buildds don't set this,
 
72
    which results in test failures because of assumptions that it will be
 
73
    available.
 
74
  * init/tests/test_job_process.c: tests are failing to re-exec the test
 
75
    binary on mips for no clear reason; output the path so we can try to
 
76
    debug.
 
77
  * init/tests/test_job_process.c: amd64 build failed with an inscrutible
 
78
    error from waitid().  Print errno on failure to try to diagnose this. 
 
79
 
 
80
 -- Steve Langasek <vorlon@debian.org>  Sat, 17 Nov 2012 23:19:37 -0600
 
81
 
 
82
upstart (1.5-1) unstable; urgency=low
 
83
 
 
84
  * New maintainer.
 
85
  * New upstream release.  Closes: #627544.
 
86
  * Drop /etc/init/dbus-reconnect.conf, no longer needed.
 
87
  * Add new jobs from Ubuntu: console, container-detect, failsafe,
 
88
    flush-early-job-log, rcS.conf, shutdown, wait-for-state.
 
89
  * Use 'linux-any' in the architecture check in debian/control, instead of
 
90
    trying to enumerate all non-linux archs.  Closes: #634513.
 
91
  * Conflict with lxcguest package (Ubuntu-specific).
 
92
  * Breaks old friendly-recovery (Ubuntu-specific).
 
93
  * Mark upstart multi-arch: foreign.
 
94
  * Add upstart-events(7) manpage from Ubuntu.
 
95
  * Update packaging to dh(1), debian/compat=9 (from Ubuntu).
 
96
  * debian/running-in-container: a script using container.conf to
 
97
    answer whether upstart is running in a container.
 
98
  * refresh soon-to-be-obsolete upstart-job helper from Ubuntu.
 
99
  * Add bash-completion support.
 
100
  * Add /var/log/upstart directory and logrotate support.
 
101
  * Don't re-exec init on upgrade, we don't currently support stateful
 
102
    re-exec.
 
103
  * Switch to source format 1.0 for consistency with Ubuntu and for sane(r)
 
104
    VCS handling.
 
105
  * Add versioned dependencies on ifupdown and udev for the prerequisite
 
106
    boot events.
 
107
  * util/shutdown.c: look for sysvinit at /run/initctl before /dev/initctl,
 
108
    so that we're compatible with both the old and new paths used by
 
109
    sysvinit in Debian.  Closes: #659540.
 
110
  * Move to bzr for the official package Vcs, for greater synergy with the
 
111
    Ubuntu packaging.
 
112
  * Use copyright-format/1.0 for debian/copyright.  This drops Scott from
 
113
    the list of copyright holders, as an individual copyright is not
 
114
    attested in any of the upstream sources.
 
115
 
 
116
 -- Steve Langasek <vorlon@debian.org>  Mon, 12 Nov 2012 13:38:34 -0800
 
117
 
22
118
upstart (1.5-0ubuntu9) quantal-proposed; urgency=low
23
119
 
24
120
  * debian/apparmor-profile-load: exit 0 if apparmor_parser fails to not