Skip to content

Finit v1.11 [YANKED]

Choose a tag to compare

@troglobit troglobit released this 24 Jan 15:20
· 3517 commits to master since this release

The libuEv release.

Note: This release has been yanked from distribution due to a regression in launching background processes and TTY's. Fixed in Finit v1.12.

Changes

  • Now using the asynchronous libuEv library for handling all events:
    signals, timers and listening to sockets or file descriptors.
  • Rename NEWS.md --> CHANGELOG.md, with symlinks for make install
  • Attempt to align with http://keepachangelog.com for the ChangeLog
  • Travis CI now only invokes Coverity Scan from the 'dev' branch. This
    means that all development, except documentation updates, must go into
    that branch.

Fixes

  • Fix bug with finit dying when no tty is defined in finit.conf, now
    even the fallback shell has control over its TTY, see fix in GIT
    commit dea3ae8 for this.