From 39595191db51e1e2e444bb04ec7c908970e01227 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Sun, 9 Oct 2022 15:04:27 +1000 Subject: [PATCH] Version 0.16.0 --- NEWS | 4 +++- README.md | 2 +- TODO | 13 +------------ build/version.conf | 4 ++-- 4 files changed, 7 insertions(+), 16 deletions(-) diff --git a/NEWS b/NEWS index dff0a2bf..c5bc7393 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ -== Version ??? +== Version 0.16.0 + +(Alpha release #8) This release contains some new features and bug fixes. diff --git a/README.md b/README.md index d237f948..4ad00547 100644 --- a/README.md +++ b/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. diff --git a/TODO b/TODO index 22f5b13b..e29a0239 100644 --- a/TODO +++ b/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): --------------------------------------- diff --git a/build/version.conf b/build/version.conf index f41b1a9f..8edd6b36 100644 --- a/build/version.conf +++ b/build/version.conf @@ -1,4 +1,4 @@ # Included from Makefiles. -VERSION=0.16.0pre -MONTH=June +VERSION=0.16.0 +MONTH=October YEAR=2022