From 67bfc3a2cab07e080ef995c8c6f7b21acb8c9695 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Tue, 24 Mar 2009 16:05:20 +0000 Subject: minor corrections git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757871 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 44acd92d..d046952a 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. -- cgit v1.2.3