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

[couchdb] branch 3.1.1-RC2 updated (12dd93f -> 81076e3)

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

wohali pushed a change to branch 3.1.1-RC2
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 12dd93f  Prep for 3.1.1-RC2
     new 81076e3  Prep for 3.1.1-RC2

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   (12dd93f)
            \
             N -- N -- N   refs/heads/3.1.1-RC2 (81076e3)

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:
 .gitignore                          |  1 +
 apache-couchdb-3.1.1-RC1.tar.gz.asc | 16 ----------------
 2 files changed, 1 insertion(+), 16 deletions(-)
 delete mode 100644 apache-couchdb-3.1.1-RC1.tar.gz.asc


[couchdb] 01/01: Prep for 3.1.1-RC2

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

wohali pushed a commit to branch 3.1.1-RC2
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 81076e3ea99b1fa1d358a7117e29ce71e0ee4cc2
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri Sep 11 18:07:23 2020 -0400

    Prep for 3.1.1-RC2
---
 .gitignore          | 1 +
 rebar.config.script | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5411c5d..d76b7cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.o
+*.asc
 *.sha256
 *.sha512
 *.snap
diff --git a/rebar.config.script b/rebar.config.script
index e48a559..1ffbf70 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,7 +151,7 @@ DepDescs = [
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
-                   {tag, "3.1.1-RC1"}, [raw]},
+                   {tag, "3.1.1-RC2"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
                    {tag, "v1.2.6"}, [raw]},
 %% Third party deps