Update version number, TODO.
authorDavin McCall <davmac@davmac.org>
Sat, 20 Oct 2018 13:27:25 +0000 (14:27 +0100)
committerDavin McCall <davmac@davmac.org>
Sat, 20 Oct 2018 13:27:25 +0000 (14:27 +0100)
README.md
TODO
doc/manpages/dinit-service.5
doc/manpages/dinit.8
doc/manpages/dinitctl.8

index 41c2400df4e41e27d18af97c54d858bfe3267aa3..07123ac9668f11f35b33a25c0a42958e2a1e62fa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Dinit
-v0.3.0 (pre-release)
+v0.4.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/TODO b/TODO
index c576f3f4a978be752bd862edc319c85255cf1dac..97babb0fd42b426bd5c8f1f6e65905ee0863cd6b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,18 +1,13 @@
-For version 0.4.0:
+For version 0.5.0:
 ------------------
-* A (perhaps limited) way(s) to modify a service description after it is loaded -
-  eg add/remove dependencies, change properties.
-* Package-manager-friendly way to enable/disable services.
-  Perhaps a service can specify a dependency file (with dependency type) where
-  the file contains a list of service names, or if it is a directory, each
-  filename within corresponds to a service that is a dependency.
-* Contributors guide include coding style.
-  
+* Man pages for all programs (done for dinit and dinitctl, not for shutdown/halt etc).
+* The DINIT_ROLLBACK_COMPLETED acknowledgement is never sent, since
+  control_conn_t::rollback_complete() is not currently called. Fix.
+* Write wtmp entry on startup (see simpleinit). Investigate.
+* Support S6-style startup notification (write to fd).
+
 For version 1.0:
 ----------------
-* Support S6-style startup notification (write to fd)
-* Man pages for all programs (done for dinit and dinitctl, not for shutdown/halt etc).
-* Write wtmp entry on startup (see simpleinit)
 * "triggered" service type: external process notifies Dinit when the service
   has started. (maybe?)
 * on shutdown, after repeated intervals with no activity, display information
@@ -20,8 +15,6 @@ For version 1.0:
 * Documentation must be complete (see section below).
 * Proper support for socket activation?
 * Be able to boot and shutdown Linux and FreeBSD.
-* The DINIT_ROLLBACK_COMPLETED acknowledgement is never sent, since
-  control_conn_t::rollback_complete() is not currently called.
 * Refuse to start new services during shutdown.
 
 For later:
index c853a1361724f17d1b966f8ee4187b47b1632425..df7f1b404affa9a1493dbae96c7bc1630eaa3d1f 100644 (file)
@@ -1,4 +1,4 @@
-.TH DINIT-SERVICE "5" "June 2018" "Dinit 0.3.0" "Dinit \- service management system"
+.TH DINIT-SERVICE "5" "October 2018" "Dinit 0.4.0" "Dinit \- service management system"
 .SH NAME
 Dinit service description files
 .\"
index 2e7fdeb9a95e9fbfa2f5de186ef29f0c95a83cc5..eea8ab1abed4daa03466c1c775ce35ac7d2096f6 100644 (file)
@@ -1,4 +1,4 @@
-.TH DINIT "8" "June 2018" "Dinit 0.3.0" "Dinit \- service management system"
+.TH DINIT "8" "October 2018" "Dinit 0.4.0" "Dinit \- service management system"
 .SH NAME
 dinit \- supervise processes and manage services
 .\"
index 94928237642bff11d233def31616d9c0f0c99ab7..4c79ed73e4db9277f582de0499ba8fc0883f6f0b 100644 (file)
@@ -1,4 +1,4 @@
-.TH DINITCTL "8" "June 2018" "Dinit 0.3.0" "Dinit \- service management system"
+.TH DINITCTL "8" "October 2018" "Dinit 0.4.0" "Dinit \- service management system"
 .SH NAME
 dinitctl \- control services supervised by Dinit
 .\"