You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/05/06 15:51:35 UTC

[couchdb] branch 3.x updated: Revert mochiweb update until the next release

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

vatamane pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new 79a5c6a58 Revert mochiweb update until the next release
79a5c6a58 is described below

commit 79a5c6a5836c7a2732e535f4cb8a01a8053cfb74
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri May 6 11:08:38 2022 -0400

    Revert mochiweb update until the next release
    
    Waiting on https://github.com/mochi/mochiweb/pull/242
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 20cf9af0f..da3fc58a1 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -162,7 +162,7 @@ DepDescs = [
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.9-1"}},
-{mochiweb,         "mochiweb",         {tag, "CouchDB-v2.22.0-1"}},
+{mochiweb,         "mochiweb",         {tag, "CouchDB-v2.21.0-1"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.2"}}
 ].