From 638258c4f55503e1b54c26688efcc2b5a314c253 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Thu, 2 May 2019 07:40:49 +1000 Subject: [PATCH] Bump version to 0.5.0. --- NEWS | 16 ++++++++++++++++ README.md | 2 +- doc/manpages/dinit-service.5 | 2 +- doc/manpages/dinit.8 | 2 +- doc/manpages/dinitctl.8 | 2 +- doc/manpages/shutdown.8 | 5 +++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 7ecacaf..99ef1a5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +== Version 0.5.0: + +This version adds S6-compatible readiness notification support, and adds support for updating +the "utmp" database when services start/stop (this functionality should be avoided if possible +since the "utmp" database is mostly an historical artifact, and system support is often prone +to issues which allow unprivileged users to prevent updates and deny or delay logins; however, +utilities such as "who" may depend on the database being updated appropriately). + +Other changes: + * Add "-u" command line option to force running dinit as a user instance. + * Add a "chain-to" service property to better support recovery services. + * Add a "shares-console" service option to allow running services "on the console" without having + them own it exclusively. + * Add "inittab-id" and "inittab-line" service settings for utmp support. + * Minor bugfixes. + == Version 0.4.0: This version focuses on being more "distribution friendly". It adds mechanisms to add and remove diff --git a/README.md b/README.md index 579d08f..30c1721 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Dinit -v0.4.0 (pre-release) +v0.5.0 (pre-release) This is the README for Dinit, the service manager and init system. It is intended to provide an overview; For full documentation please check the manual pages. diff --git a/doc/manpages/dinit-service.5 b/doc/manpages/dinit-service.5 index d0fd004..329753e 100644 --- a/doc/manpages/dinit-service.5 +++ b/doc/manpages/dinit-service.5 @@ -1,4 +1,4 @@ -.TH DINIT-SERVICE "5" "October 2018" "Dinit 0.4.0" "Dinit \- service management system" +.TH DINIT-SERVICE "5" "May 2019" "Dinit 0.5.0" "Dinit \- service management system" .SH NAME Dinit service description files .\" diff --git a/doc/manpages/dinit.8 b/doc/manpages/dinit.8 index c997c0d..f1485a6 100644 --- a/doc/manpages/dinit.8 +++ b/doc/manpages/dinit.8 @@ -1,4 +1,4 @@ -.TH DINIT "8" "October 2018" "Dinit 0.4.0" "Dinit \- service management system" +.TH DINIT "8" "May 2019" "Dinit 0.5.0" "Dinit \- service management system" .SH NAME dinit \- supervise processes and manage services .\" diff --git a/doc/manpages/dinitctl.8 b/doc/manpages/dinitctl.8 index 2376bd3..795fd06 100644 --- a/doc/manpages/dinitctl.8 +++ b/doc/manpages/dinitctl.8 @@ -1,4 +1,4 @@ -.TH DINITCTL "8" "October 2018" "Dinit 0.4.0" "Dinit \- service management system" +.TH DINITCTL "8" "May 2019" "Dinit 0.5.0" "Dinit \- service management system" .SH NAME dinitctl \- control services supervised by Dinit .\" diff --git a/doc/manpages/shutdown.8 b/doc/manpages/shutdown.8 index 863646d..743845b 100644 --- a/doc/manpages/shutdown.8 +++ b/doc/manpages/shutdown.8 @@ -1,4 +1,4 @@ -.TH SHUTDOWN "8" "October 2018" "Dinit 0.4.0" "Dinit \- service management system" +.TH SHUTDOWN "8" "May 2019" "Dinit 0.5.0" "Dinit \- service management system" .SH NAME shutdown, halt, reboot \- system shutdown .\" @@ -22,7 +22,8 @@ manager daemon to perform a service rollback and then to shutdown the system. They can also perform shutdown directly, without service rollback. Note that for consistency with other packages a "halt" alias is provided, -however it has no special significance. +however it has no special significance. Note that the default action is to +power down the system. .\" .SH OPTIONS .TP -- 2.25.1