summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2011-10-05 13:50:50 +0100
committerRobert Newson <rnewson@apache.org>2011-10-05 13:50:50 +0100
commit6ee2a4879e809e9be5cd551902d90c663195b75b (patch)
treefb48b5191ea44df24825bfe85bcfbb20a1e36aad
parentf2211f21f2da9bf78845d3da6d6cb784dd8f1464 (diff)
update CHANGES and NEWS to include a one line summary for every ticket resolved in 1.1.1
-rw-r--r--CHANGES18
-rw-r--r--NEWS18
2 files changed, 36 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 64b4f3c1..aef2c9ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,8 +6,26 @@ 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".
Version 1.1.0
-------------
diff --git a/NEWS b/NEWS
index d7dc7cf1..62ab43d0 100644
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,26 @@ 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".
Version 1.1.0
-------------