Updated Branches:
refs/heads/1.1.x 24a61fd66 -> 27783bd17
update NEWS and CHANGES for COCUHDB-1445
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/27783bd1
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/27783bd1
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/27783bd1
Branch: refs/heads/1.1.x
Commit: 27783bd175443c8bc5baffa1ab051908904c2caf
Parents: 24a61fd
Author: Jan Lehnardt <jan@apache.org>
Authored: Mon Mar 19 10:32:56 2012 +0100
Committer: Jan Lehnardt <jan@apache.org>
Committed: Mon Mar 19 10:34:11 2012 +0100
----------------------------------------------------------------------
CHANGES | 4 ++++
NEWS | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/27783bd1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index dbd0373..3262da8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,10 @@ Replicator:
* Fix pull replication of documents with many revisions.
* Fix replication from an HTTP source to an HTTP target.
+View Server:
+
+* Avoid invalidating view indexes when running out of file descriptors.
+
Version 1.1.1
-------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/27783bd1/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index d231234..fe85146 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ This version has not been released yet.
the document.
* Fix pull replication of documents with many revisions.
* Fix replication with an HTTP source and target
+* Avoid invalidating view indexes when running out of file descriptors.
Version 1.1.1
-------------
|