Updated Branches: refs/heads/1.2.x 1a34ed915 -> 23eea4f6d
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/23eea4f6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/23eea4f6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/23eea4f6 Branch: refs/heads/1.2.x Commit: 23eea4f6d1cfa6e1ffb0f9852b8cabf0a3f688a4 Parents: d75a551 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:56 2011 +0000 ---------------------------------------------------------------------- CHANGES | 6 ++++++ NEWS | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/23eea4f6/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 5498863..906d273 100644 --- a/CHANGES +++ b/CHANGES @@ -67,9 +67,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/23eea4f6/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 407528d..c791106 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,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 -------------
