Add 1.1.1 to the downloads page

git-svn-id: https://svn.apache.org/repos/asf/couchdb/site/htdocs@1195427 
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/330be9f3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/330be9f3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/330be9f3

Branch: refs/heads/htdocs
Commit: 330be9f3f3491d9ae0f1882cddb43d6e2e0eeedb
Parents: 1cb0056
Author: Robert Newson <rnew...@apache.org>
Authored: Mon Oct 31 12:08:19 2011 +0000
Committer: Robert Newson <rnew...@apache.org>
Committed: Mon Oct 31 12:08:19 2011 +0000

----------------------------------------------------------------------
 downloads.html |   41 +++++++++++++++++++++++++++++++++++++++++
 downloads.txt  |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/330be9f3/downloads.html
----------------------------------------------------------------------
diff --git a/downloads.html b/downloads.html
index 340395f..77296cd 100644
--- a/downloads.html
+++ b/downloads.html
@@ -81,6 +81,47 @@ limitations under the License.
 
 <h2>Current Releases</h2>
 
+<h3>1.1.1</h3>
+
+<h4>Files</h4>
+
+<ul>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz";>apache-couchdb-1.1.1.tar.gz</a>
+[<a 
href="http://www.apache.org/dist/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz.asc";>OpenPGP</a>]
+[<a 
href="http://www.apache.org/dist/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz.md5";>MD5</a>]
+[<a 
href="http://www.apache.org/dist/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz.sha";>SHA</a>]</li>
+</ul>
+
+<h4>Changes</h4>
+
+<ul>
+<li>Support SpiderMonkey 1.8.5</li>
+<li>Add configurable maximum to the number of bytes returned by _log.</li>
+<li>Allow CommonJS modules to be an empty string.</li>
+<li>Bump minimum Erlang version to R13B02.</li>
+<li>Do not run deleted validate<em>doc</em>update functions.</li>
+<li>ETags for views include current sequence if include_docs=true.</li>
+<li>Fix bug where duplicates can appear in _changes feed.</li>
+<li>Fix bug where update handlers break after conflict resolution.</li>
+<li>Fix bug with _replicator where include &#8220;filter&#8221; could crash 
couch.</li>
+<li>Fix crashes when compacting large views.</li>
+<li>Fix file descriptor leak in _log</li>
+<li>Fix missing revisions in <em>changes?style=all</em>docs.</li>
+<li>Improve handling of compaction at max<em>dbs</em>open limit.</li>
+<li>JSONP responses now send &#8220;text/javascript&#8221; for 
Content-Type.</li>
+<li>Link to ICU 4.2 on Windows.</li>
+<li>Permit forward slashes in path to update functions.</li>
+<li>Reap couchjs processes that hit reduce_overflow error.</li>
+<li>Status code can be specified in update handlers.</li>
+<li>Support provides() in show functions.</li>
+<li><em>view</em>cleanup when ddoc has no views now removes all index 
files.</li>
+<li>max<em>replication</em>retry_count now supports 
&#8220;infinity&#8221;.</li>
+<li>Fix replication crash when source database has a document with empty 
ID.</li>
+<li>Fix deadlock when assigning couchjs processes to serve requests.</li>
+<li>Fixes to the document multipart PUT API.</li>
+<li>Fixes regarding file descriptor leaks for databases with views.</li>
+</ul>
+
 <h3>1.1.0</h3>
 
 <h4>Files</h4>

http://git-wip-us.apache.org/repos/asf/couchdb/blob/330be9f3/downloads.txt
----------------------------------------------------------------------
diff --git a/downloads.txt b/downloads.txt
index 73609c1..e2ce663 100644
--- a/downloads.txt
+++ b/downloads.txt
@@ -10,6 +10,43 @@ The following releases of Apache CouchDB are available for 
download.
 Current Releases
 ----------------
 
+### 1.1.1
+
+#### Files
+
+ * 
[apache-couchdb-1.1.1.tar.gz](http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz)
+   
[[OpenPGP](http://www.apache.org/dist/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz.asc)]
+   
[[MD5](http://www.apache.org/dist/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz.md5)]
+   
[[SHA](http://www.apache.org/dist/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz.sha)]
+
+#### Changes
+
+ * Support SpiderMonkey 1.8.5
+ * Add configurable maximum to the number of bytes returned by _log.
+ * Allow CommonJS modules to be an empty string.
+ * Bump minimum Erlang version to R13B02.
+ * Do not run deleted validate_doc_update functions.
+ * ETags for views include current sequence if include_docs=true.
+ * Fix bug where duplicates can appear in _changes feed.
+ * Fix bug where update handlers break after conflict resolution.
+ * Fix bug with _replicator where include "filter" could crash couch.
+ * Fix crashes when compacting large views.
+ * Fix file descriptor leak in _log
+ * Fix missing revisions in _changes?style=all_docs.
+ * Improve handling of compaction at max_dbs_open limit.
+ * JSONP responses now send "text/javascript" for Content-Type.
+ * Link to ICU 4.2 on Windows.
+ * Permit forward slashes in path to update functions.
+ * Reap couchjs processes that hit reduce_overflow error.
+ * Status code can be specified in update handlers.
+ * Support provides() in show functions.
+ * _view_cleanup when ddoc has no views now removes all index files.
+ * max_replication_retry_count now supports "infinity".
+ * Fix replication crash when source database has a document with empty ID.
+ * Fix deadlock when assigning couchjs processes to serve requests.
+ * Fixes to the document multipart PUT API.
+ * Fixes regarding file descriptor leaks for databases with views.
+
 ### 1.1.0
 
 #### Files

Reply via email to