Browse Source

Version 0.9.1

Davin McCall 3 years ago
parent
commit
ec5691bec8
3 changed files with 10 additions and 3 deletions
  1. 7 0
      NEWS
  2. 1 1
      README.md
  3. 2 2
      src/version.conf

+ 7 - 0
NEWS

@@ -1,3 +1,10 @@
+== Version 0.9.1
+
+This is a bug-fix release.
+
+ * Fix a service getting stuck in the "stopping" state, if a dependent is
+   set to auto-restart ("restart = true").
+
 == Version 0.9.0
 
 This release includes some new functionality and a rework of the chain-load

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # Dinit
-v0.9.0 (development release)
+v0.9.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. 

+ 2 - 2
src/version.conf

@@ -1,4 +1,4 @@
 # Included from Makefiles.
-VERSION=0.9.0
-MONTH=September
+VERSION=0.9.1
+MONTH=November
 YEAR=2020