From 8d50235737967807020877eecb6047eab2682a99 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Sun, 15 Dec 2024 14:04:05 +1000 Subject: [PATCH] Version 0.19.2 --- NEWS | 18 ++++++++++++++++++ README.md | 2 +- build/version.conf | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 228aed11..9aa8d6c4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +== Version 0.19.2 (beta release #6) + +This beta release contains minor bugfixes compared to the prior release. It does not contain +various feature changes that be released in version 0.20.0 in due course. + +Thanks to current sponsors: Paweł Zmarzły (pzmarzly), Wesley Moore (wezm), +M. Herdiansyah (konimex), Coleman McFarland (dontlaugh), q66, saolof, and private sponsors. + +Fixes: + * Fix bad formatting of line number in error message when a service fails to load (Jami Kettunen). + * Fix endianness issue leading to errors from dinitctl for some commands on big-endian systems + (q66). + * Fix dinitcheck not being able to find dependency directories ("waits-for.d" etc) if specified + via relative path. + * Dependency directories (as specified by "waits-for.d" and similar) are, if relative, now + resolved against the file containing the setting, rather than the base service description + file. It is recommended to use absolute paths for all other applicable settings. + == Version 0.19.1 (beta release #5) This is a fifth beta release, containing important bugfixes compared to the prior release. diff --git a/README.md b/README.md index fe18fd78..77e0b05d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dinit -v0.19.1 +v0.19.2 --- ![Dinit logo](doc/dinit-logo.png) diff --git a/build/version.conf b/build/version.conf index 934f1d3a..04aec1f0 100644 --- a/build/version.conf +++ b/build/version.conf @@ -1,4 +1,4 @@ # Included from Makefiles. -VERSION=0.19.1 -MONTH=October +VERSION=0.19.2 +MONTH=December YEAR=2024