Updated Branches: refs/heads/master 8bbaeea38 -> 2e486781a
Update CHANGES & NEWS to reflect COUCHDB-1340 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2e486781 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2e486781 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2e486781 Branch: refs/heads/master Commit: 2e486781af61b1286029c13496ba5ac2edd0bbf9 Parents: c25dc4d Author: Filipe David Borba Manana <[email protected]> Authored: Thu Nov 17 14:29:16 2011 +0000 Committer: Filipe David Borba Manana <[email protected]> Committed: Thu Nov 17 14:29:16 2011 +0000 ---------------------------------------------------------------------- CHANGES | 6 ++++++ NEWS | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2e486781/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 2c50243..acead51 100644 --- a/CHANGES +++ b/CHANGES @@ -84,9 +84,15 @@ Version 1.1.2 This version has not been released yet. +HTTP Interface: + * ETag of attachment changes only when the attachment changes, not the document. +Replicator: + +* Fix pull replication of documents with many revisions. + Version 1.1.1 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2e486781/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index ecb9926..41a7326 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,7 @@ This version has not been released yet. * ETag of attachment changes only when the attachment changes, not the document. +* Fix pull replication of documents with many revisions. Version 1.1.1 -------------
