Convert system_error to service_load_exc in load_service.
[oweals/dinit.git] / NEWS
diff --git a/NEWS b/NEWS
index a4c487f57a919b62ec186da5dc7e1cb6bc278fa9..a6ecfae431fb4fafcd23bc76253df2bb803a5c52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+== Version 0.7.0
+
+This release adds a minor feature, and includes a re-work of some base functionality
+(which should not affect most use cases).
+
+ * dinitctl "restart" command added. Re-starts an already-running service without affecting
+   activation or dependency links.
+ * dinitctl "stop" command now requires a `--force` option if dependents of the specified
+   service would also need to stop.
+ * dinitctl "wake" command now reconnects dependency links from dependents of the specified
+   service, and can only be used if at least one such dependent is started.
+
 == Version 0.6.1:
 
 This is a bug-fix release with several minor fixes: