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 2010/08/18 16:58:45 UTC

svn commit: r986718 - in /couchdb/site/htdocs: downloads.html downloads.txt

Author: jan
Date: Wed Aug 18 14:58:45 2010
New Revision: 986718

URL: http://svn.apache.org/viewvc?rev=986718&view=rev
Log:
typo

Modified:
    couchdb/site/htdocs/downloads.html
    couchdb/site/htdocs/downloads.txt

Modified: couchdb/site/htdocs/downloads.html
URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/downloads.html?rev=986718&r1=986717&r2=986718&view=diff
==============================================================================
--- couchdb/site/htdocs/downloads.html (original)
+++ couchdb/site/htdocs/downloads.html Wed Aug 18 14:58:45 2010
@@ -108,13 +108,12 @@ limitations under the License.
 <ul>
 <li>Fix data corruption bug COUCHDB-844. Please see
 <a href="http://couchdb.apache.org/notice/1.0.1.html">the release notice</a> for details.</li>
-<li>Added support for replication via an HTTP/HTTP proxy.</li>
+<li>Added support for replication via an HTTP/HTTPS proxy.</li>
 <li>Fixed various replicator bugs for interop with older CouchDB versions.</li>
 <li>Show fields saved along with _deleted=true. Allows for auditing of deletes.</li>
 <li>Enable basic-auth popup when required to access the server, to prevent
 people from getting locked out.</li>
 <li>User interface element for querying stale (cached) views.</li>
-<li>Fixed CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack</li>
 </ul>
 
 <h3>0.11.2</h3>
@@ -136,6 +135,7 @@ people from getting locked out.</li>
 <li>User documents can now be deleted by admins or the user.</li>
 <li>Avoid potential DOS attack by guarding all creation of atoms.</li>
 <li>Some Futon and JavaScript library bugfixes.</li>
+<li>Fixed CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack</li>
 </ul>
 
 <h3>0.11.1</h3>

Modified: couchdb/site/htdocs/downloads.txt
URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/downloads.txt?rev=986718&r1=986717&r2=986718&view=diff
==============================================================================
--- couchdb/site/htdocs/downloads.txt (original)
+++ couchdb/site/htdocs/downloads.txt Wed Aug 18 14:58:45 2010
@@ -35,7 +35,7 @@ See [the release notice](notice/1.0.1.ht
 
   * Fix data corruption bug COUCHDB-844. Please see
     [the release notice](http://couchdb.apache.org/notice/1.0.1.html) for details.
-  * Added support for replication via an HTTP/HTTP proxy.
+  * Added support for replication via an HTTP/HTTPS proxy.
   * Fixed various replicator bugs for interop with older CouchDB versions.
   * Show fields saved along with _deleted=true. Allows for auditing of deletes.
   * Enable basic-auth popup when required to access the server, to prevent