Change logs for upstart source package in Trusty

  • upstart (1.12.1-0ubuntu4.2) trusty; urgency=medium
    
      * Safe guard against SESSIONTYPE-less sessions. (LP: #1343905)
    
    upstart (1.12.1-0ubuntu4.1) trusty; urgency=medium
    
      [ James Hunt ] LP: #1317727
      * debian/manpages/upstart-events.7: Correction for 'rotate-logs'.
      * debian/upstart.cron.daily: Specify full path to initctl.
      * init/man/init.8: Add missing information on '--chroot-sessions'.
      * debian/upstart.apport: Sort system and session jobs.
    
      [ Iain Lane ]
      * xsession-init: Set $GNOME_DESKTOP_SESSION_ID if we are launching a
        gnome-session session. Some applications (Qt4) require this to be set to
        any value to detect the environment in use. It was historically set by
        gnome-session but now this is no longer the root of the session so not all
        user processes are guaranteed to have it. (LP: #1305294)
    
      [ Dimitri John Ledkov ]
      * Cherrypick reboot command fix to not process REBOOTCOMMAND argument
        when in runlevels 2-5 and without using force flag. (LP: #1174272)
     -- Dimitri John Ledkov <email address hidden>   Fri, 18 Jul 2014 10:27:27 +0100
  • upstart (1.12.1-0ubuntu4.1) trusty; urgency=medium
    
      [ James Hunt ] LP: #1317727
      * debian/manpages/upstart-events.7: Correction for 'rotate-logs'.
      * debian/upstart.cron.daily: Specify full path to initctl.
      * init/man/init.8: Add missing information on '--chroot-sessions'.
      * debian/upstart.apport: Sort system and session jobs.
    
      [ Iain Lane ]
      * xsession-init: Set $GNOME_DESKTOP_SESSION_ID if we are launching a
        gnome-session session. Some applications (Qt4) require this to be set to
        any value to detect the environment in use. It was historically set by
        gnome-session but now this is no longer the root of the session so not all
        user processes are guaranteed to have it. (LP: #1305294)
    
      [ Dimitri John Ledkov ]
      * Cherrypick reboot command fix to not process REBOOTCOMMAND argument
        when in runlevels 2-5 and without using force flag. (LP: #1174272)
     -- Dimitri John Ledkov <email address hidden>   Wed, 09 Jul 2014 11:24:32 +0100
  • upstart (1.12.1-0ubuntu4) trusty; urgency=medium
    
      [ Adam Conrad ]
      * Disable chroot sessions by default, add an option to enable chroot
        sessions. (LP: #1277594)
     -- Dimitri John Ledkov <email address hidden>   Fri, 11 Apr 2014 22:31:21 +0100
  • upstart (1.12.1-0ubuntu3) trusty; urgency=medium
    
      [ Steve Langasek ]
      * Rotate user logs daily, not hourly; while we do need them rotated more
        often than once per login in the case of long-lived sessions, once per
        hour is far too frequent and will cause log data to be rotated off far
        too quickly.
    
      [ Dimitri John Ledkov ]
      * Clean-up stale child processes in the new initctl reload test case,
        thus resolving hanging buildds.
     -- Dimitri John Ledkov <email address hidden>   Fri, 11 Apr 2014 20:18:50 +0100
  • upstart (1.12.1-0ubuntu2) trusty; urgency=medium
    
      [ Steve Langasek ]
      * debian/conf/wait-for-state.conf: suppress stderr from 'grep -q
        /etc/init/foo.override', since the file may not exist.  LP: #1298938.
    
      [ James Hunt ] (LP: #1306361)
      * debian/upstart.cron.hourly: hourly cron job to emit the 'rotate-logs'
        event.
      * debian/user-conf/logrotate.conf: Run 1 minute after session startup
        and whenever the 'rotate-logs' event is emitted.
      * debian/manpages/upstart-events.7: Add 'rotate-logs' event.
    
      [ Dimitri John Ledkov ]
      * Reintroduce previous way of reloading jobs, such that "initctl reload"
        is now backwards compatible with precise upstart (still) running as
        pid 1 during upgrades. (LP: #1303891)
      * Add a shebang to debian/upstart.cron.hourly
     -- Dimitri John Ledkov <email address hidden>   Fri, 11 Apr 2014 05:43:53 +0100
  • upstart (1.12.1-0ubuntu1) trusty; urgency=medium
    
      [ Dimitri John Ledkov ]
      * Adjust wait-for-state job to also check .override for "manual" flag.
    
      [ James Hunt ]
      * New upstream release.
     -- James Hunt <email address hidden>   Tue, 11 Mar 2014 16:11:37 +0000
  • upstart (1.11-0ubuntu5) trusty; urgency=medium
    
      * Do not require a specific python3 version.
     -- Matthias Klose <email address hidden>   Thu, 20 Feb 2014 11:54:22 +0100
  • upstart (1.11-0ubuntu4) trusty; urgency=medium
    
      * No-change rebuild for Python 3.4.
     -- Matthias Klose <email address hidden>   Wed, 19 Feb 2014 20:31:46 +0100
  • upstart (1.11-0ubuntu3) trusty; urgency=medium
    
      * If present, wait for plymouth to come up in shut-down mode before
        changing runlevel at shutdown. (LP: #967229)
     -- Dimitri John Ledkov <email address hidden>   Tue, 04 Feb 2014 15:01:47 +0000
  • upstart (1.11-0ubuntu2) trusty; urgency=low
    
      [ Steve Langasek ]
      * Merge Debian packaging changes from 1.10-2.
    
      [ James Hunt ]
      * debian/manpages/upstart-events.7: Remove Job States and Job Lifecycle
        sections since they have been added to init.8 upstream (closes: bug#732125).
      * debian/manpages/upstart-events.7:
        - Added missing dbus and dconf events.
        - Added all inline events to SEE ALSO section for quick reference.
          (when coupled with latest upstream doc changes, closes: bug#732128).
      * debian/control: add Build-Depends on libtool for test_conf_preload.sh.
      * Cherry-pick fix for handling re-exec if job is invalid (LP: #1269731).
     -- James Hunt <email address hidden>   Tue, 21 Jan 2014 11:50:09 +0000
  • upstart (1.11-0ubuntu1) trusty; urgency=low
    
      [ Dmitrijs Ledkovs ]
      * Run as much test-suites as possible, before exiting with failure.
    
      [ James Hunt ]
      * New upstream release.
        - the global environment is now serialized on re-exec. LP: #1238078.
        - fixes support for upstart-file-bridge detecting directory creation.
          LP: #1221466.
        - Fixes upstart user session to not override the user's configured
          umask.  LP: #1240686.
        - Makes the session init available on the session dbus.
          LP: #1203595, #1235649.
    
      [ Steve Langasek ]
      * Document the authoritative Vcs branch in debian/control.
      * Update Standards-Version to 3.9.5, no changes required.
     -- James Hunt <email address hidden>   Fri, 15 Nov 2013 13:16:56 +0000
  • upstart (1.10-0ubuntu9) trusty; urgency=low
    
      [ Dmitrijs Ledkovs ]
      * If check target fails, cat test-suite log files to standard output
        such that they are saved as part of build-log.
    
      [ Jonathan Davies ]
      * debian/rules: Set --enable-selinux in configure flags.
      * debian/control: Set build-dependency on libselinux1-dev.
     -- Steve Langasek <email address hidden>   Wed, 06 Nov 2013 22:15:18 -0800
  • upstart (1.10-0ubuntu8) trusty; urgency=low
    
      * debian/upstart.apport:
        - Handle 'RecoverableProblem' and 'Hang' problem types (LP: #1238058).
        - Cleanup now that lp bug 1154536 is fixed.
    
      [ Steve Langasek ]
      * Build-Depend on python3:any for cross-build support.
    
      [ Dmitrijs Ledkovs ]
      * Remove uevent blacklist now that udevd was fixed not to spam on
        maguro.
    
      [ Steve Langasek ]
      * extra/upstart-socket-bridge.c: Cherry-pick fix from upstream for
        upstart-socket-bridge to also not clobber PATH, using SOCKET_PATH
        instead.  LP: #1235480.
     -- Steve Langasek <email address hidden>   Wed, 23 Oct 2013 23:59:20 -0700
  • upstart (1.10-0ubuntu7) saucy; urgency=low
    
      * Ignore emitting specific udev event spam on maguro, as a workaround
        for LP: #1235649.
     -- Dmitrijs Ledkovs <email address hidden>   Wed, 09 Oct 2013 13:52:10 +0100