You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2011/06/03 20:12:47 UTC

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

Author: rnewson
Date: Fri Jun  3 18:12:47 2011
New Revision: 1131130

URL: http://svn.apache.org/viewvc?rev=1131130&view=rev
Log:
add 1.1.0 to downloads.txt|html

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=1131130&r1=1131129&r2=1131130&view=diff
==============================================================================
--- couchdb/site/htdocs/downloads.html (original)
+++ couchdb/site/htdocs/downloads.html Fri Jun  3 18:12:47 2011
@@ -81,6 +81,39 @@ limitations under the License.
 
 <h2>Current Releases</h2>
 
+<h3>1.1.0</h3>
+
+<h4>Files</h4>
+
+<ul>
+<li><a href="http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz">apache-couchdb-1.1.0.tar.gz</a>
+[<a href="http://www.apache.org/dist/couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz.asc">OpenPGP</a>]
+[<a href="http://www.apache.org/dist/couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz.sha">SHA</a>]</li>
+</ul>
+
+<h4>Changes</h4>
+
+<ul>
+<li>Native SSL support.</li>
+<li>Added support for HTTP range requests for attachments.</li>
+<li>Added built-in filters for <code>_changes</code>: <code>_doc_ids</code> and <code>_design</code>.</li>
+<li>Added configuration option for TCP_NODELAY aka &#8220;Nagle&#8221;.</li>
+<li>Allow wildcards in vhosts definitions.</li>
+<li>More granular ETag support for views.</li>
+<li>More flexible URL rewriter.</li>
+<li>Added OS Process module to manage daemons outside of CouchDB.</li>
+<li>Added HTTP Proxy handler for more scalable externals.</li>
+<li>Added <code>_replicator</code> database to manage replications.</li>
+<li>Multiple micro-optimizations when reading data.</li>
+<li>Added CommonJS support to map functions.</li>
+<li>Added <code>stale=update_after</code> query option that triggers a view update after
+returning a <code>stale=ok</code> response.</li>
+<li>More explicit error messages when it&#8217;s not possible to access a file due
+to lack of permissions.</li>
+<li>Added a &#8220;change password&#8221;-feature to Futon.</li>
+</ul>
+
 <h3>1.0.2</h3>
 
 <h4>Files</h4>

Modified: couchdb/site/htdocs/downloads.txt
URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/downloads.txt?rev=1131130&r1=1131129&r2=1131130&view=diff
==============================================================================
--- couchdb/site/htdocs/downloads.txt (original)
+++ couchdb/site/htdocs/downloads.txt Fri Jun  3 18:12:47 2011
@@ -10,6 +10,35 @@ The following releases of Apache CouchDB
 Current Releases
 ----------------
 
+### 1.1.0
+
+#### Files
+
+ * [apache-couchdb-1.1.0.tar.gz](http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz)
+   [[OpenPGP](http://www.apache.org/dist/couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz.asc)]
+   [[MD5](http://www.apache.org/dist/couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz.md5)]
+   [[SHA](http://www.apache.org/dist/couchdb/1.1.0/apache-couchdb-1.1.0.tar.gz.sha)]
+
+#### Changes
+
+ * Native SSL support.
+ * Added support for HTTP range requests for attachments.
+ * Added built-in filters for `_changes`: `_doc_ids` and `_design`.
+ * Added configuration option for TCP_NODELAY aka "Nagle".
+ * Allow wildcards in vhosts definitions.
+ * More granular ETag support for views.
+ * More flexible URL rewriter.
+ * Added OS Process module to manage daemons outside of CouchDB.
+ * Added HTTP Proxy handler for more scalable externals.
+ * Added `_replicator` database to manage replications.
+ * Multiple micro-optimizations when reading data.
+ * Added CommonJS support to map functions.
+ * Added `stale=update_after` query option that triggers a view update after
+   returning a `stale=ok` response.
+ * More explicit error messages when it's not possible to access a file due
+   to lack of permissions.
+ * Added a "change password"-feature to Futon.
+
 ### 1.0.2
 
 #### Files