Browse Source

Version 0.16.1.

Davin McCall 1 year ago
parent
commit
f8a8f013ea
3 changed files with 21 additions and 4 deletions
  1. 17 0
      NEWS
  2. 1 1
      README.md
  3. 3 3
      build/version.conf

+ 17 - 0
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)

+ 1 - 1
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. 

+ 3 - 3
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