diff options
author | Noah Slater <nslater@apache.org> | 2009-03-24 16:05:20 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-03-24 16:05:20 +0000 |
commit | 67bfc3a2cab07e080ef995c8c6f7b21acb8c9695 (patch) | |
tree | ee51087f20e826351903db7b3214bcbe58eb0ff2 /CHANGES | |
parent | fccbdb058693805cf62d934c3ee7c208c9f7727d (diff) |
minor corrections
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |