You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2011/04/17 23:41:37 UTC

svn commit: r1094202 - /couchdb/branches/1.1.x/CHANGES

Author: jan
Date: Sun Apr 17 21:41:36 2011
New Revision: 1094202

URL: http://svn.apache.org/viewvc?rev=1094202&view=rev
Log:
fix typo, move entry to correct section

Modified:
    couchdb/branches/1.1.x/CHANGES

Modified: couchdb/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/CHANGES?rev=1094202&r1=1094201&r2=1094202&view=diff
==============================================================================
--- couchdb/branches/1.1.x/CHANGES (original)
+++ couchdb/branches/1.1.x/CHANGES Sun Apr 17 21:41:36 2011
@@ -22,7 +22,6 @@ HTTP Interface:
  * Added support for recognizing "Q values" and media parameters in
    HTTP Accept headers.
  * Validate doc ids that come from a PUT to a URL.
- * Added a "change password"-feature to Futon.
 
 Externals:
 
@@ -32,7 +31,7 @@ Externals:
 Replicator:
 
  * Added `_replicator` database to manage replications.
- * Fixed issues when an endpoint is a remote database acessible via SSL.
+ * Fixed issues when an endpoint is a remote database accessible via SSL.
  * Added support for continuous by-doc-IDs replication.
 
 Storage System:
@@ -49,6 +48,11 @@ View Server:
  * Added view query aliases start_key, end_key, start_key_doc_id and
    end_key_doc_id.
 
+Futon:
+
+ * Added a "change password"-feature to Futon.
+
+
 Version 1.0.1
 -------------