You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ra...@apache.org on 2012/02/21 08:13:40 UTC

[20/50] git commit: add 1.1.0 to downloads.txt|html

add 1.1.0 to downloads.txt|html

git-svn-id: https://svn.apache.org/repos/asf/couchdb/site/htdocs@1131130 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/393b3539
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/393b3539
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/393b3539

Branch: refs/heads/htdocs
Commit: 393b3539e09c3b38e2330015354d279d593849b9
Parents: ff5e72c
Author: Robert Newson <rn...@apache.org>
Authored: Fri Jun 3 18:12:47 2011 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Jun 3 18:12:47 2011 +0000

----------------------------------------------------------------------
 downloads.html |   33 +++++++++++++++++++++++++++++++++
 downloads.txt  |   29 +++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/393b3539/downloads.html
----------------------------------------------------------------------
diff --git a/downloads.html b/downloads.html
index 5ceb2ce..e5be2d8 100644
--- a/downloads.html
+++ b/downloads.html
@@ -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>

http://git-wip-us.apache.org/repos/asf/couchdb/blob/393b3539/downloads.txt
----------------------------------------------------------------------
diff --git a/downloads.txt b/downloads.txt
index a43946d..caed7b3 100644
--- a/downloads.txt
+++ b/downloads.txt
@@ -10,6 +10,35 @@ The following releases of Apache CouchDB are available for download.
 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