Finit v1.11 [YANKED]
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
ttyis defined infinit.conf, now
even the fallback shell has control over its TTY, see fix in GIT
commit dea3ae8 for this.