Up version, update NEWS.
authorDavin McCall <davmac@davmac.org>
Sun, 28 Jul 2019 01:50:48 +0000 (11:50 +1000)
committerDavin McCall <davmac@davmac.org>
Sun, 28 Jul 2019 02:22:58 +0000 (12:22 +1000)
NEWS
README.md
src/version.conf

diff --git a/NEWS b/NEWS
index 19fa450adcf67286801a52102cbaddb34b1849bb..a4c487f57a919b62ec186da5dc7e1cb6bc278fa9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+== Version 0.6.1:
+
+This is a bug-fix release with several minor fixes:
+
+ * Resource limits were not properly being set.
+ * Prevent early termination when standard input is closed or set to a device which cannot
+   be watched for input.
+ * Control protocol fix, possibly not affecting any real usage.
+
 == Version 0.6.0:
 
 This release adds a number of minor features:
index ddda24d0c52808bb27118d50b282e8ff629fe7cc..9e9c45a70d70407f46614a2c4899c8603bbc90dc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Dinit
-v0.6.0 (development release)
+v0.6.1 (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 b884ce907c13febbe46034b4873278708ab9ce3f..31822f45d9708c02e3779979857194aae49c505d 100644 (file)
@@ -1,4 +1,4 @@
 # Included from Makefiles.
-VERSION=0.6.0
+VERSION=0.6.1
 MONTH=July
 YEAR=2019