You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2019/02/12 11:37:35 UTC

[couchdb] branch 2.3.1-draft updated (5ffd8b7 -> fc27f75)

This is an automated email from the ASF dual-hosted git repository.

jan pushed a change to branch 2.3.1-draft
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 5ffd8b7  drop Erlang 17 from travis
     new 50bb9cc  Fix read repair in a mixed cluster environment
     new 18b59cb  Update config dependency to 2.1.5
     new 64d026a  Add `couch_db:get_design_doc/2`
     new fc27f75  Avoid calls to `fabric:design_docs/1`

The 11491 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 rebar.config.script                         |  2 +-
 src/couch/src/couch_db.erl                  | 14 ++++++++++++++
 src/couch/src/couch_util.erl                |  5 +++++
 src/couch_mrview/src/couch_mrview_index.erl | 26 +++-----------------------
 src/fabric/src/fabric_doc_open.erl          |  4 ++--
 src/fabric/src/fabric_doc_open_revs.erl     |  2 +-
 6 files changed, 26 insertions(+), 27 deletions(-)