Browse Source

Include NEWS items from 0.16.1

Davin McCall 1 year ago
parent
commit
06d605d41e
1 changed files with 25 additions and 0 deletions
  1. 25 0
      NEWS

+ 25 - 0
NEWS

@@ -1,8 +1,33 @@
 == Version 0.17.0
 
+Thank you to several new sponsors, as well as existing sponsors, for supporting this release.
+Current sponsors include github users: brentfrow, brazeon, and q66 (Daniel Kolesa, author of
+Chimera Linux).
+Development of Dinit has also received financial support from Artix Linux.
+I am grateful for the support, both financial and otherwise, that I have received to work on Dinit.
+
 Changes:
  * ...
 
+== 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 issue where startup could fail if control socket location was not writable when
+   dinit started.
+ * 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)