Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Dec 8, 2019
1 parent 6e216f3 commit 62db063
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/version.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Included from Makefiles.
VERSION=0.7.0
MONTH=August
VERSION=0.8.0
MONTH=December
YEAR=2019

0 comments on commit 62db063

Please sign in to comment.