This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch feat/revert-jiffy-to-1.0.9 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d832c5a3cd4f1181ac266caf034e97fd2b2be266 Author: Jan Lehnardt <[email protected]> AuthorDate: Mon Dec 19 19:05:10 2022 +0100 revert jiffy to 1.0.9 jiffy > 1.0.9 breaks the windows builds. We tracked this down to jiffy getting rebar3 support in version 1.1.0 and fixes to that support in 1.1.1. We shipped our last release with jiffy 1.0.9 which directly preceded 1.1.0 (tho our tag is CouchDB-1.0.9). As far as I can tell there are no substantial fixes* in 1.1.0+ so we might as well unblock our release by reverting to jiffy 1.0.9. * https://github.com/davisp/jiffy/compare/1.0.9...1.1.1 --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 9bd38af31..9d0732e24 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-1"}}, {mochiweb, "mochiweb", {tag, "v3.1.1"}}, {meck, "meck", {tag, "0.9.2"}}, {recon, "recon", {tag, "2.5.2"}}
