From f373c5e04f67d1acb37217041893282c6dc75395 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Wed, 1 Jan 2020 15:37:42 +1000 Subject: [PATCH] Bump version to 0.8.1 --- NEWS | 12 ++++++++++++ README.md | 2 +- src/version.conf | 6 +++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6d20e47..485e229 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +== Version 0.8.1 + +This is a bug-fix release. + +* Fixed crash on service load error. +* Fixed an unchecked allocation leading to possible unexpected termination. +* Fixed a slow memory leak (in the bundled Dasynq library). +* Fixed --help option for "dinitcheck" not working. +* Fixed badly formatted error message from process launch failure. +* Fixed issue where log file would not always be flushed on exit. +* Fixed "dinitcheck" crashing if service description could not be found. + == Version 0.8.0 This release includes major usability features. diff --git a/README.md b/README.md index 6228dd7..ac15851 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Dinit -v0.8.0 (development release) +v0.8.1 (development release) 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/src/version.conf b/src/version.conf index 3298d5f..012a3a1 100644 --- a/src/version.conf +++ b/src/version.conf @@ -1,4 +1,4 @@ # Included from Makefiles. -VERSION=0.8.0 -MONTH=December -YEAR=2019 +VERSION=0.8.1 +MONTH=January +YEAR=2020 -- 2.25.1