You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/01/22 09:16:48 UTC

[couchdb] branch config_2.1.17 updated (558d1df -> be35dfb)

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

willholley pushed a change to branch config_2.1.17
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 558d1df  Update couchdb-config to 2.1.7
     new be35dfb  Update couchdb-config to 2.1.17

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (558d1df)
            \
             N -- N -- N   refs/heads/config_2.1.17 (be35dfb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:


[couchdb] 01/01: Update couchdb-config to 2.1.17

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch config_2.1.17
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit be35dfbd2e3dc088b655fc30355b76503d2f7827
Author: Will Holley <wi...@gmail.com>
AuthorDate: Wed Jan 22 09:15:36 2020 +0000

    Update couchdb-config to 2.1.17
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index a2e1922..3356c83 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -142,7 +142,7 @@ SubDirs = [
 
 DepDescs = [
 %% Independent Apps
-{config,           "config",           {tag, "2.1.6"}},
+{config,           "config",           {tag, "2.1.7"}},
 {b64url,           "b64url",           {tag, "1.0.1"}},
 {ets_lru,          "ets-lru",          {tag, "1.0.0"}},
 {khash,            "khash",            {tag, "1.0.1"}},