From f8a8f013eabc06eeb448e37b6c60fd20b6b64da6 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Sun, 8 Jan 2023 14:44:24 +1000 Subject: [PATCH] Version 0.16.1. --- NEWS | 17 +++++++++++++++++ README.md | 2 +- build/version.conf | 6 +++--- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index c5bc7393..eb240008 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +== Version 0.16.1 + +(Bugfix release for 0.16.0) + +This release contains bug fixes for the previous release. + +Changes: + * Fix issue where dependencies could stop before there dependents had stopped. + * Fix for dinitctl crashing due to an exception when a service description contained + certain syntactical errors. + * Fix nonsensical (but harmless) error message when loading services (when the service + description is found in a directory that is not the first directory searched) + (Daniel Kolesa). + * Fix issue with example rootfscheck.sh script (Mobin Aydinfar). + * Minor build system improvements (Daniel Kolesa). + * Minor documentation updates. + == Version 0.16.0 (Alpha release #8) diff --git a/README.md b/README.md index 4ad00547..9341e688 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Dinit -v0.16.0 (alpha release #8) +v0.16.1 (1st bufix release for 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/build/version.conf b/build/version.conf index 8edd6b36..c59a7d94 100644 --- a/build/version.conf +++ b/build/version.conf @@ -1,4 +1,4 @@ # Included from Makefiles. -VERSION=0.16.0 -MONTH=October -YEAR=2022 +VERSION=0.16.1 +MONTH=January +YEAR=2023