summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-03-24 16:12:20 +0000
committerNoah Slater <nslater@apache.org>2009-03-24 16:12:20 +0000
commita73a8a30bba4c203b9f89084f5d1644f06171527 (patch)
tree0072fd0b5e735e6ee3c61d9491e3cf0bcdbb6880
parentea82b0d4e789c7c5d4589226da27c13e282f2ee7 (diff)
parent5b1d597fc91afa10fac9738531dbeb8e24268bc4 (diff)
downloadcouchdb-a73a8a30bba4c203b9f89084f5d1644f06171527.tar.gz
tagging 0.9.00.9.0
git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/0.9.0@757877 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES10
-rw-r--r--README3
2 files changed, 7 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 44acd92d4..d046952a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,7 +28,7 @@ Futon Utility Client:
recent databases.
* The view editor now allows selection of the view language if there is more
than one configured.
- * Added links to go to the raw view or document URL.
+ * Added links to go to the raw view or document URI.
* Added status page to display currently running tasks in CouchDB.
* JavaScript test suite split into multiple files.
* Pagination for reduce views.
@@ -48,7 +48,7 @@ HTTP Interface:
* Remove negative count feature
* Add include_docs option for view queries
* Add multi-key view post for views
- * Query paramter validation
+ * Query parameter validation
* Use stale=ok to request potentially cached view index
* External query handler module for full-text or other indexers.
* Etags for attachments, views, shows and lists
@@ -59,16 +59,16 @@ HTTP Interface:
* Option for a view to run over design documents.
* Added newline to JSON responses. Closes bike-shed.
-Replicator:
+Replication:
* Using ibrowse.
* Checkpoint replications so failures are less expensive.
* Automatically retry of failed replications.
- * Stream attachments in replication.
+ * Stream attachments in pull-replication.
Database Core:
- * Faster Btree implementation.
+ * Faster B-tree implementation.
* Changed internal JSON term format.
* Improvements to Erlang VM interactions under heavy load.
* User context and administrator role.
diff --git a/README b/README
index 333a9ce29..834639501 100644
--- a/README
+++ b/README
@@ -146,8 +146,9 @@ You should make sure that the `couchdb` user has a working POSIX shell and set
the home directory to `/usr/local/var/lib/couchdb` which is the Apache CouchDB
database directory.
-Change the ownership of the Apache CouchDB data directories by running:
+Change the ownership of the Apache CouchDB directories by running:
+ chown -R couchdb /usr/local/etc/couchdb
chown -R couchdb /usr/local/var/lib/couchdb
chown -R couchdb /usr/local/var/log/couchdb