~jamesodhunt/upstart/bug-1302117

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Dimitri John Ledkov
  • Date: 2014-03-06 15:21:54 UTC
  • mfrom: (1579.1.1 upstart-bug-1258098)
  • Revision ID: dimitri.ledkov@canonical.com-20140306152154-xq00rhetbcenvvzq
mergeĀ lp:~jamesodhunt/upstart/bug-1258098

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
          '--debug' (switching log-level will not work).
13
13
        * init/parse_job.c: stanza_debug(): Conditionally disable the debug
14
14
          stanza.
 
15
        * init/control.c:
 
16
          - control_serialise_bus_address(), control_deserialise_bus_address():
 
17
            New functions to handle carrying the control bus address across a
 
18
            re-exec (LP: #1258098).
 
19
        * init/state.c:
 
20
          - state_to_string(): Handle control bus address serialisation.
 
21
          - state_from_string(): Handle control bus address
 
22
        deserialisation.
 
23
        * util/tests/test_initctl.c: test_dbus_connection(): New test:
 
24
          - "ensure Session Init retains D-Bus address across a re-exec"
15
25
 
16
26
2014-03-06  James Hunt  <james.hunt@ubuntu.com>
17
27