You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fd...@apache.org on 2011/11/17 15:30:43 UTC

[1/2] git commit: Update CHANGES & NEWS to reflect COUCHDB-1340

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 <fd...@apache.org>
Authored: Thu Nov 17 14:29:16 2011 +0000
Committer: Filipe David Borba Manana <fd...@apache.org>
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
 -------------