Bump version. v0.8.0
authorDavin McCall <davmac@davmac.org>
Sun, 8 Dec 2019 09:09:48 +0000 (19:09 +1000)
committerDavin McCall <davmac@davmac.org>
Sun, 8 Dec 2019 09:09:48 +0000 (19:09 +1000)
NEWS
README.md
src/version.conf

diff --git a/NEWS b/NEWS
index a6ecfae431fb4fafcd23bc76253df2bb803a5c52..6d20e4762f2b14384d3aad787b10b7e16c59e119 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+== Version 0.8.0
+
+This release includes major usability features.
+
+* New command "dinitcheck" checks service descriptions for errors (without attempting to load
+  or start the service). Checks the named service(s) and any dependencies.
+* Service descriptions can now be reloaded, using "dinitctl reload <service-name>". This works
+  for services which are started, with some restrictions, and for services which are stopped,
+  and allows dependencies to be altered.
+* dinitctl now defaults to the system process socket location when run as root. This means that
+  using '-s' is no longer necessary (it is still supported for backwards compatibility). A new
+  '-u' option can be used to communicate with the user daemon, if there is one.
+
 == Version 0.7.0
 
 This release adds a minor feature, and includes a re-work of some base functionality
index 3dd1f7174b27b0cfca737bf10d35672dc2e749f3..6228dd7d327692b8af97d24c8a17e047e49e55f0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Dinit
-v0.7.0 (development release)
+v0.8.0 (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 ab03d22d2fdd434ad6d3b829e6e6d48a1694fd61..3298d5f46efa9920e3a19c752be194f197c727bd 100644 (file)
@@ -1,4 +1,4 @@
 # Included from Makefiles.
-VERSION=0.7.0
-MONTH=August
+VERSION=0.8.0
+MONTH=December
 YEAR=2019