Bump version to 0.8.2 v0.8.2
authorDavin McCall <davmac@davmac.org>
Wed, 24 Jun 2020 22:45:21 +0000 (08:45 +1000)
committerDavin McCall <davmac@davmac.org>
Wed, 24 Jun 2020 22:46:48 +0000 (08:46 +1000)
NEWS
README.md
src/version.conf

diff --git a/NEWS b/NEWS
index 485e229790bb5e9e21defd9d1134bce1cb1221fa..5b9aea9b34c1515f27ecfe8a74f58bb485f2b001 100644 (file)
--- a/NEWS
+++ b/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.
index ac158513bef79eec958342db1c38c14b2f5a1718..03f430dd89ba98d9414ddc2e8f9f6a3c02224c52 100644 (file)
--- a/README.md
+++ b/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. 
index 012a3a1407f033a33d5ab55a6aefdd6ca9697ce3..e0e4a6a715c755d225e79f5bf91508657155c09e 100644 (file)
@@ -1,4 +1,4 @@
 # Included from Makefiles.
-VERSION=0.8.1
-MONTH=January
+VERSION=0.8.2
+MONTH=June
 YEAR=2020