Bug 562141 - Upstart 0.6.5
Summary: Upstart 0.6.5
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: upstart
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Casey Dahlin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 562330
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-05 11:40 UTC by acount closed by user
Modified: 2014-06-18 08:47 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-24 18:45:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description acount closed by user 2010-02-05 11:40:30 UTC
Release notes  

Haven't quite followed the original release plan here, but I thought it was important to get a new Upstart release out sooner rather than later for the stable crowd. The main change here is that the libnih library has been separated out into its own source tree (you can get it from Launchpad), along with some merging of patches that had lived in the Ubuntu branch of Upstart for a while back into the trunk.

Changelog  


 * Since libnih has been separated out into its own project, Upstart
   no longer includes its source and now uses the installed version by
   default.

 * The external nih-dbus-tool means that cross-compilation is trivial,
   the path to it may be overriden with NIH_DBUS_TOOL=... as an
   argument to configure. (Bug: #426740)

 * Developers may still build against a local libnih source tree by
   passing --with-local-libnih=/path/to/libnih to configure.

 * There is a new initctl "reload" command, with matching
   /sbin/reload symlink. This sends the SIGHUP signal to the running
   main process of the named job instance.

 * Event operator matches in jobs now support "!=" in addition to the
   usual "=", e.g.:

  start on net-device-added INTERFACE!=eth*

   (Bug: #513035)

 * Moved D-Bus system bus reconnection trigger from SIGHUP to SIGUSR1,
   since SIGHUP is already used for a forced configuration reload and
   causes Upstart to "forget" state.

 * Fixed bug where the default runlevel would be lost when an
   /etc/inittab file exists without an initdefault line. (Bug: #405847)

 * Fixed "Unhandled error" message from shutdown. (Bug: #426332)

 * Fixed "Unhandled error" assertion crash from Upstart child
   processes when failing to spawn a job. (Bug: #451917)

 * No longer holds /dev/console open, so the SAK SysRq key will not
   kill Upstart. (Bug: #486005)

 * Restored sync() call before reboot().

 * Added missing OPTIONS section to init(8) manpage. (Bug: #449883)

Comment 1 Casey Dahlin 2010-02-05 16:20:04 UTC
I'll be starting on this when I get home today. Libnih will need to become a separate package for this release, so I'll have to see if I can get the review railroaded to do this in a timely manner.

Comment 2 Casey Dahlin 2010-02-24 18:45:23 UTC
Package is set up and being pushed where its going to be pushed.


Note You need to log in before you can comment on or make changes to this bug.