You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2019/07/03 13:35:54 UTC

[couchdb] branch master updated: Update ioq to 2.1.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 915a6e4  Update ioq to 2.1.2
     new e923840  Merge pull request #2062 from cloudant/update-ioq-2.1.2
915a6e4 is described below

commit 915a6e4e09f3ed6d79243b3f5f5bad02f6d668de
Author: ILYA Khlopotov <ii...@apache.org>
AuthorDate: Wed Jun 26 20:19:00 2019 +0000

    Update ioq to 2.1.2
    
    * Fix the case when we call log10 with 0
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index b41917f..33ceb72 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -99,7 +99,7 @@ DepDescs = [
 {ets_lru,          "ets-lru",          {tag, "1.0.0"}},
 {khash,            "khash",            {tag, "1.0.1"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.2"}},
-{ioq,              "ioq",              {tag, "2.1.1"}},
+{ioq,              "ioq",              {tag, "2.1.2"}},
 {hqueue,           "hqueue",           {tag, "1.0.1"}},
 {smoosh,           "smoosh",           {tag, "1.0.1"}},
 {ken,              "ken",              {tag, "1.0.3"}},