Updated Branches: refs/heads/1.1.x 6aa81c639 -> 05914bdf1
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/05914bdf Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/05914bdf Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/05914bdf Branch: refs/heads/1.1.x Commit: 05914bdf19c957f0180bce0f1e2a325b223d92cb Parents: 6aa81c6 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:41:30 2011 +0000 ---------------------------------------------------------------------- CHANGES | 6 ++++++ NEWS | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/05914bdf/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 762d574..92a007e 100644 --- a/CHANGES +++ b/CHANGES @@ -6,9 +6,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/05914bdf/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 7327c18..822129a 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,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 -------------
