Bump version to 0.5.0.
authorDavin McCall <davmac@davmac.org>
Wed, 1 May 2019 21:40:49 +0000 (07:40 +1000)
committerDavin McCall <davmac@davmac.org>
Thu, 2 May 2019 10:32:25 +0000 (20:32 +1000)
NEWS
README.md
doc/manpages/dinit-service.5
doc/manpages/dinit.8
doc/manpages/dinitctl.8
doc/manpages/shutdown.8

diff --git a/NEWS b/NEWS
index 7ecacafa77b7cb6e1323b5b3f7ce68f86d8b7bd3..99ef1a5be49b76185d417d6946d1725d309e51bc 100644 (file)
--- 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
index 579d08f8faccdd19bc5349cca34d4371621b1dc1..30c1721fafd6a726d8d54cbba7a8427cacbb416b 100644 (file)
--- 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. 
index d0fd004a6f1e0a418d052c074ccadc735fccd052..329753ef1b4b3bc169d1a7405118f338481cd097 100644 (file)
@@ -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
 .\"
index c997c0d7cd205184d565c21628c9e61116ecdd41..f1485a6640a0ed3181d2d3c1212b1f8e497667fc 100644 (file)
@@ -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
 .\"
index 2376bd3e5f501c1d2e03fc779124a8d6324af56d..795fd06c95f71baffb95a865ba185368d1a74abd 100644 (file)
@@ -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
 .\"
index 863646d6269d7a761ec082652543d16e97877505..743845b5d30acbfb5fb362ad9f7caa97433b9a86 100644 (file)
@@ -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