summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRobert Newson <robert.newson@cloudant.com>2011-10-10 17:55:50 +0100
committerRobert Newson <robert.newson@cloudant.com>2011-10-10 19:04:54 +0100
commitcf630a2e87ac1b6eace26601dc5b7ffdb39273b2 (patch)
treefe5080dedf417b20112ed372d737eb8c3ca309ff /apps
parent6e6523d62beff627c444aec3d658ef1a5d534ff1 (diff)
parentda22c19f7a7fdfae015dfb0db93b5bd9453eae6c (diff)
Merge remote-tracking branch 'apache/1.1.x'
Diffstat (limited to 'apps')
-rw-r--r--apps/couch/CHANGES21
-rw-r--r--apps/couch/NEWS21
-rw-r--r--apps/couch/test/javascript/run.tpl2
3 files changed, 43 insertions, 1 deletions
diff --git a/apps/couch/CHANGES b/apps/couch/CHANGES
index 64b4f3c1..0c619ab9 100644
--- a/apps/couch/CHANGES
+++ b/apps/couch/CHANGES
@@ -6,8 +6,29 @@ Version 1.1.1
This version has not been released yet.
+* 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.
Version 1.1.0
-------------
diff --git a/apps/couch/NEWS b/apps/couch/NEWS
index d7dc7cf1..13e6ac56 100644
--- a/apps/couch/NEWS
+++ b/apps/couch/NEWS
@@ -12,8 +12,29 @@ Version 1.1.1
This version has not been released yet.
+* 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.
Version 1.1.0
-------------
diff --git a/apps/couch/test/javascript/run.tpl b/apps/couch/test/javascript/run.tpl
index 1389a4f9..5f971581 100644
--- a/apps/couch/test/javascript/run.tpl
+++ b/apps/couch/test/javascript/run.tpl
@@ -27,4 +27,4 @@ cat $SCRIPT_DIR/json2.js \
$SCRIPT_DIR/test/*.js \
$JS_TEST_DIR/couch_http.js \
$JS_TEST_DIR/cli_runner.js \
- | $COUCHJS --http -
+ | $COUCHJS -H -