summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES8
-rw-r--r--NEWS2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index aab8b635..0459ca02 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@ Version 0.10.0
This version has not been released yet.
+Build and System Integration:
+
+ * Updated ownership and permission advice in `README` for better security.
+ * The SysV/BSD daemon script now creates the PID directory on each invokation
+ because PREFIX/var/run might be a temporary filesystem.
+
Version 0.9.0
-------------
@@ -127,7 +133,7 @@ Build and System Integration:
* The `couchdb` script no longer uses `awk` for configuration checks as this
was causing portability problems.
- * Updated `sudo` example in the `README` to use the `-i` option, this fixes
+ * Updated `sudo` example in `README` to use the `-i` option, this fixes
problems when invoking from a directory the `couchdb` user cannot access.
Futon Utility Client:
diff --git a/NEWS b/NEWS
index 508b3bb8..d80ffee8 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ Version 0.10.0
This version has not been released yet.
+ * Miscellaneous improvements to build, system integration, and portability.
+
Version 0.9.0
-------------