Browse Source

Bump version to 0.8.2

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

+ 9 - 0
NEWS

@@ -1,3 +1,12 @@
+== Version 0.8.2
+
+This is a bug-fix release.
+
+* Fixed group not being set correctly when "run-as" or "socket-uid" were used.
+* Fixed "dinitctl rm-dep" command
+* Fixed bug preventing shutdown when auto-restart services were configured
+* Fixed smooth recovery of bgprocess services
+
 == Version 0.8.1
 
 This is a bug-fix release.

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # Dinit
-v0.8.1 (development release)
+v0.8.2 (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.8.1
-MONTH=January
+VERSION=0.8.2
+MONTH=June
 YEAR=2020