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:24 UTC

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

Updated Branches:
  refs/heads/master 4ca2ceccf -> eb137e3f8


Fix changelog formatting, order.


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

Branch: refs/heads/master
Commit: d3926ab3cf2ba200674237e155e94096a107fd9b
Parents: 4ca2cec
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Thu Oct 3 20:54:42 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Thu Oct 3 20:54:42 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d3926ab3/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 342d826..054c4c6 100644
--- a/share/doc/src/whatsnew/1.5.rst
+++ b/share/doc/src/whatsnew/1.5.rst
@@ -30,21 +30,21 @@ Version 1.5.0
 
    This version is not released yet.
 
-* :issue:`1781` The official documentation has been overhauled. A lot of
+* :issue:`1781`: The official documentation has been overhauled. A lot of
   content from other sources have been merged, and the index page
   has been rebuilt to make the docs much more accessible.
   :commit:`54813a7`
-* :issue:`1888` Fixed an issue where admin users would be restricted by
-  the `public_fields` feature.
-* Fixed an issue with the JavaScript CLI test runner. :commit:`be76882`,
-  :commit:`54813a7`
 * A new administration UI, codenamed Fauxton, has been included as an
   experimental preview. It can be accessed at ``/_utils/fauxton/``. There
   are too many improvements here to list them all. We are looking for
   feedback from the community on this preview release.
-* :issue:`1867` An experimental plugin feature has been added. See
-  `src/couch_plugin/README.md` for details. We invite the community to
+* :issue:`1888`: Fixed an issue where admin users would be restricted by
+  the ``public_fields`` feature.
+* Fixed an issue with the JavaScript CLI test runner. :commit:`be76882`,
+  :commit:`54813a7`
+* :issue:`1867`: An experimental plugin feature has been added. See
+  ``src/couch_plugin/README.md`` for details. We invite the community to
   test and report any findings.
-* :issue:`1894` An experimental Node.js-based query server runtime
+* :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.


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

Posted by dj...@apache.org.
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`