Upstart 0.6.2 released

Written for upstart by Scott James Remnant (Canonical) on 2009-07-21

I've started the process of converting Ubuntu's boot process to be Upstart native, and hit both an assertion and an annoying bug with the fork following. Might as well keep up the release momentum, so here's a release to fix those.

0.6.2 2009-07-21 "Buggrit, millennium hand and shrimp"

        * Fixed an assertion when a job receives a stop event or the
          stop command while still in the starting state.

        * Changed exec() trace handling to allow the main process to
          exec another before fork()ing while still following (e.g.
          main script exec'ing a daemon)

 * Restored missing chdir("/") call when catching crashes.

The tarball can be found here:

        http://upstart.ubuntu.com/download/

For more information on upstart:

        http://upstart.ubuntu.com/

Read all announcements