Browse Source

Up version, update NEWS.

Davin McCall 4 years ago
parent
commit
4349265057
3 changed files with 11 additions and 2 deletions
  1. 9 0
      NEWS
  2. 1 1
      README.md
  3. 1 1
      src/version.conf

+ 9 - 0
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:

+ 1 - 1
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. 

+ 1 - 1
src/version.conf

@@ -1,4 +1,4 @@
 # Included from Makefiles.
-VERSION=0.6.0
+VERSION=0.6.1
 MONTH=July
 YEAR=2019