Releases: davmac314/dinit
v0.08 Pre-alpha release
The general service-management capability of Dinit is ever increasing. This release adds a "shutdown" subcommand to the dinitctl utility, adds a few new service options, tweaks default build options, fixes some bugs, adds to the testsuite, and more. It updates the bundled Dasynq to 1.1.0, meaning it may be possible to build Dinit on systems that have neither epoll nor kqueue (but which have pselect). Build has recently been tested on OpenBSD and FreeBSD as well as Linux.
It is of course still a long way from finished, but it seems to be stable right now so I'm cutting a release.
The next release will likely be versioned as 0.1.0 and Dinit will move to "semver": after that will be 0.1.1, 0.1.2 etc, until 0.2.0 (or beyond) and eventually 1.0.0.
v0.07 Pre-alpha release
This mostly cleans up a few minor build issues since v0.06. The "start-interruptible" service option has also been added.
v0.06 Pre-alpha release
Dinit is generally in a pretty solid state at this point, so I'm tagging a release. It is nowhere near being feature-complete but we have added a few features (particularly, restart limiting and termination timeouts) and fixed some bugs since the previous pre-release.
v0.05: "works for me"
I'm bumping the version after cleaning up a few rough edges, but many more remain. I've been using Dinit as my system init (on Linux) for some time now and I've not had any major problems, but I won't feel comfortable recommending this to anyone else until I at least have a basic test suite implemented.
Documentation is in the README, and see the doc/linux directory for information on how to set it up as a system init. Executables comprising Dinit all respond to the "--help" command line argument.
v0.04: Pre-alpha release 0.04.
This release is usable for booting (and rebooting / shutting down) a Linux system. Sample service definitions are provided. There is some documentation but it is not complete. There are known issues but they would not affect most users.