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 2019/10/10 12:34:20 UTC

[couchdb] branch fauxton-1.2.1 created (now 4c66e84)

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

willholley pushed a change to branch fauxton-1.2.1
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 4c66e84  Update Fauxton to 1.2.1

This branch includes the following new commits:

     new 4c66e84  Update Fauxton to 1.2.1

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.



[couchdb] 01/01: Update Fauxton to 1.2.1

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

willholley pushed a commit to branch fauxton-1.2.1
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4c66e847b67529bb2fc0fd7e9172d4f1f0d65e82
Author: Will Holley <wi...@gmail.com>
AuthorDate: Thu Oct 10 13:34:15 2019 +0100

    Update Fauxton to 1.2.1
    
    Fauxton 1.2.0 failed to compile on some platforms. 1.2.1 is a patch release which updates the webpack dependency to address this.
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 88cec89..d431cbe 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -110,7 +110,7 @@ DepDescs = [
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
                    {tag, "2.3.0"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.2.0"}, [raw]},
+                   {tag, "v1.2.1"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.3"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-4"}},