You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2011/10/26 20:05:33 UTC

[15/50] git commit: update CHANGES and NEWS to include a one line summary for every ticket resolved in 1.1.1

update CHANGES and NEWS to include a one line summary for every ticket resolved in 1.1.1


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

Branch: refs/heads/1319-large-headers-are-corrupted
Commit: 841a4087ef6ee33ebf7c6b9631282ed2e74294f8
Parents: 6f9ab6c
Author: Robert Newson <rn...@apache.org>
Authored: Wed Oct 5 13:50:50 2011 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Oct 5 13:51:19 2011 +0100

----------------------------------------------------------------------
 CHANGES |   18 ++++++++++++++++++
 NEWS    |   18 ++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/841a4087/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index e838d3f..cb94f05 100644
--- a/CHANGES
+++ b/CHANGES
@@ -71,8 +71,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
 -------------

http://git-wip-us.apache.org/repos/asf/couchdb/blob/841a4087/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 00fbebc..69c63a4 100644
--- a/NEWS
+++ b/NEWS
@@ -44,8 +44,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
 -------------