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

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


The following commit(s) were added to refs/heads/main by this push:
     new bfd8d55b3 Revert jiffy to CouchDB-1.0.9-2 to unblock the 3.3 release
bfd8d55b3 is described below

commit bfd8d55b397925572f83f660d830078924c8e8bd
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Dec 20 01:31:33 2022 -0500

    Revert jiffy to CouchDB-1.0.9-2 to unblock the 3.3 release
    
    Latest jiffy apparently is blocking windows builds so for now let's
    revert to the previous version. The previous version didn't quite work
    right off the bat as enc doesn't load on Erlang 25 any longer. So
    there is a new 1.0.9-2 release wiht enc rebuilt on Erlang 23.
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 9bd38af31..1ae61129f 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -154,7 +154,7 @@ DepDescs = [
 {folsom,           "folsom",           {tag, "CouchDB-0.8.4"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
-{jiffy,            "jiffy",            {tag, "1.1.1"}},
+{jiffy,            "jiffy",            {tag, "CouchDB-1.0.9-2"}},
 {mochiweb,         "mochiweb",         {tag, "v3.1.1"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.2"}}

Reply via email to