Browse Source

Version 0.16.0

Davin McCall 1 year ago
parent
commit
39595191db
4 changed files with 7 additions and 16 deletions
  1. 3 1
      NEWS
  2. 1 1
      README.md
  3. 1 12
      TODO
  4. 2 2
      build/version.conf

+ 3 - 1
NEWS

@@ -1,4 +1,6 @@
-== Version ???
+== Version 0.16.0
+
+(Alpha release #8)
 
 This release contains some new features and bug fixes.
 

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # Dinit
-v0.16.0pre (alpha release #8)
+v0.16.0 (alpha release #8)
 
 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. 

+ 1 - 12
TODO

@@ -1,12 +1,4 @@
-Soon:
--------------------
-* better environment handling, way to restrict which variables get passed through
-  Note that "XXX=YYYY" settings on Linux kernel command line sometimes get set as environment
-  variables (and sometimes don't) even if the kernel should understand them (eg "pti=off",
-  but not "root=/dev/sda1").
-
-
-For version 0.16:
+For version 0.17:
 -----------------
 * Limit memory use by control connections. Currently clients have command responses queued without
   limit; it would be better to stop accepting new commands once a certain amount of response is
@@ -14,9 +6,6 @@ For version 0.16:
 * Externally triggered services (to represent devices etc). Such services will not reach STARTED
   state unless the external trigger occurs (eg "dinitctl trigger servicename", details to be
   determined).
-* Maybe: support for after/before orderings (specify a service name like a dependency, but don't
-  cause the named service to be loaded if it otherwise wouldn't be).
-
 
 For version 1.0 (release requirements):
 ---------------------------------------

+ 2 - 2
build/version.conf

@@ -1,4 +1,4 @@
 # Included from Makefiles.
-VERSION=0.16.0pre
-MONTH=June
+VERSION=0.16.0
+MONTH=October
 YEAR=2022