summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-04-18 15:28:49 +0000
committerNoah Slater <nslater@apache.org>2009-04-18 15:28:49 +0000
commit194975152f9c7d3d6f0c35c44a25415bc0fbafb6 (patch)
tree3852597061f71d3117616e74cc5e079e4f079a6a /CHANGES
parentfd9f3fd8212fd272c112af0942f5e0af6bed7595 (diff)
updated for recent changes
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 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: