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

vatamane pushed a commit to branch revert-back-to-couchdb-jiffy-1.0.9-2
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b8e02d86a52d53b527953d280eeae421b1884fb4
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