Browse Source

Bump version to 0.9.1 (to match release branch)

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

+ 7 - 0
NEWS

@@ -16,6 +16,13 @@
    could cause output of "dinitctl list" to incorrectly show that a service would
    restart after stopping, when in fact it would remain stopped.
 
+== 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. 

+ 1 - 1
src/version.conf

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