Merge pull request #15 from fpoussin/crossbuild
[oweals/dinit.git] / NEWS
diff --git a/NEWS b/NEWS
index 0f6cc43dcb04a4f94b6d8283b7762bfce5a551f5..0aff951282f894b3eddb5f142f44e997229fe407 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+== Version 0.5.2:
+
+This is a bug-fix release for several minor issues which have been found in the preceding
+release (0.5.1).
+
+ * Fix logging failure after log buffer becomes full.
+ * Fix readiness-fd notification not immediately updating service states.
+ * Fix use of old settings in sample configuration for Linux.
+ * Re-create control socket file node if it "disappears". Should solve issues if root filesystem
+   is mounted read-write on boot.
+ * Fix potential issue with service launch failure for services using a fixed notification fd. 
+
 == Version 0.5.1:
 
 This is a bug-fix release for several issues of varying severity which have been found in the
@@ -7,6 +19,8 @@ preceding release.
  * Fix for crash due to SIGALRM on OpenBSD.
  * Fixes for compiling with Musl C library.
  * Fix dinitctl "enable" and "disable" commands when path to service directory is absolute.
+ * "termsignal" setting renamed "term-signal" and now supports "KILL" signal. "termsignal"
+   is still supported for compatibility with existing service descriptions.
  * Other minor fixes.
 
 == Version 0.5.0: