You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/10/03 20:57:25 UTC

[2/2] git commit: updated refs/heads/master to eb137e3

Add note about COUCHDB-1901 to changelog.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/eb137e3f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/eb137e3f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/eb137e3f

Branch: refs/heads/master
Commit: eb137e3f8c3b618020b6d1032bcb35238d93c2e1
Parents: d3926ab
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Thu Oct 3 20:57:13 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Thu Oct 3 20:57:13 2013 +0200

----------------------------------------------------------------------
 share/doc/src/whatsnew/1.5.rst | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/eb137e3f/share/doc/src/whatsnew/1.5.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/whatsnew/1.5.rst b/share/doc/src/whatsnew/1.5.rst
index 054c4c6..b13e4ea 100644
--- a/share/doc/src/whatsnew/1.5.rst
+++ b/share/doc/src/whatsnew/1.5.rst
@@ -48,3 +48,5 @@ Version 1.5.0
 * :issue:`1894`: An experimental Node.js-based query server runtime
   has been added. See :ref:`experimental` for details. We invite the
   community to test and report any findings.
+* :issue:`1901`: Better retry mechanism for transferring attachments
+  during replication. :commit:`4ca2cec`