Skip to content

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Oct 9, 2022
1 parent 852fccc commit 3959519
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
== Version ???
== Version 0.16.0

(Alpha release #8)

This release contains some new features and bug fixes.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
13 changes: 1 addition & 12 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
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
buffered.
* 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):
---------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions build/version.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Included from Makefiles.
VERSION=0.16.0pre
MONTH=June
VERSION=0.16.0
MONTH=October
YEAR=2022

0 comments on commit 3959519

Please sign in to comment.