You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2010/08/03 22:27:32 UTC

svn commit: r982026 - in /couchdb/branches/1.0.x: CHANGES NEWS

Author: jchris
Date: Tue Aug  3 20:27:32 2010
New Revision: 982026

URL: http://svn.apache.org/viewvc?rev=982026&view=rev
Log:
fix silly typo in news and changes

Modified:
    couchdb/branches/1.0.x/CHANGES
    couchdb/branches/1.0.x/NEWS

Modified: couchdb/branches/1.0.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/CHANGES?rev=982026&r1=982025&r2=982026&view=diff
==============================================================================
--- couchdb/branches/1.0.x/CHANGES (original)
+++ couchdb/branches/1.0.x/CHANGES Tue Aug  3 20:27:32 2010
@@ -17,12 +17,12 @@ Replicator:
 HTTP Interface:
 
   * Show fields saved along with _deleted=true. Allows for auditing of deletes.
-  * Better error messages on bad URL requests.
+  * Better error messages on invalid URL requests.
   * More robust Accept-header detection.
 
 Authentication:
 
-  * Anable basic-auth popup when required to access the server, to prevent
+  * Enable basic-auth popup when required to access the server, to prevent
     people from getting locked out.
   * User documents can now be deleted by admins or the user.
 

Modified: couchdb/branches/1.0.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/NEWS?rev=982026&r1=982025&r2=982026&view=diff
==============================================================================
--- couchdb/branches/1.0.x/NEWS (original)
+++ couchdb/branches/1.0.x/NEWS Tue Aug  3 20:27:32 2010
@@ -14,8 +14,8 @@ Version 1.0.1
   * Fixed various replicator bugs for security and interop with older CouchDB 
     versions.
   * Show fields saved along with _deleted=true. Allows for auditing of deletes.
-  * Better error messages on bad URL requests.
-  * Anable basic-auth popup when required to access the server, to prevent
+  * Better error messages on invalid URL requests.
+  * Enable basic-auth popup when required to access the server, to prevent
     people from getting locked out.
   * Avoid potential DOS attack by guarding all creation of atoms.
   * User interface element for querying stale (cached) views.