Bump version to 0.8.1
authorDavin McCall <davmac@davmac.org>
Wed, 1 Jan 2020 05:37:42 +0000 (15:37 +1000)
committerDavin McCall <davmac@davmac.org>
Wed, 1 Jan 2020 05:37:42 +0000 (15:37 +1000)
NEWS
README.md
src/version.conf

diff --git a/NEWS b/NEWS
index 6d20e4762f2b14384d3aad787b10b7e16c59e119..485e229790bb5e9e21defd9d1134bce1cb1221fa 100644 (file)
--- 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.
index 6228dd7d327692b8af97d24c8a17e047e49e55f0..ac158513bef79eec958342db1c38c14b2f5a1718 100644 (file)
--- 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. 
index 3298d5f46efa9920e3a19c752be194f197c727bd..012a3a1407f033a33d5ab55a6aefdd6ca9697ce3 100644 (file)
@@ -1,4 +1,4 @@
 # Included from Makefiles.
-VERSION=0.8.0
-MONTH=December
-YEAR=2019
+VERSION=0.8.1
+MONTH=January
+YEAR=2020