You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/26 04:30:22 UTC

[couchdb] branch bump-revs-3.0.0 created (now 8684da4)

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

wohali pushed a change to branch bump-revs-3.0.0
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 8684da4  bump ets_lru, khash revs

This branch includes the following new commits:

     new 8684da4  bump ets_lru, khash revs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: bump ets_lru, khash revs

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch bump-revs-3.0.0
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 8684da4451c982830fc757e4e2a376835e1309f2
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sat Jan 25 23:30:08 2020 -0500

    bump ets_lru, khash revs
---
 .gitignore          | 1 +
 rebar.config.script | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3fa860c..e2f3df0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,6 +111,7 @@ src/couch_tests/ebin/
 src/global_changes/ebin/
 src/mango/ebin/
 src/mango/test/*.pyc
+src/mango/nosetests.xml
 src/mango/venv/
 test/javascript/junit.xml
 
diff --git a/rebar.config.script b/rebar.config.script
index 3356c83..d356ac2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -144,8 +144,8 @@ DepDescs = [
 %% Independent Apps
 {config,           "config",           {tag, "2.1.7"}},
 {b64url,           "b64url",           {tag, "1.0.1"}},
-{ets_lru,          "ets-lru",          {tag, "1.0.0"}},
-{khash,            "khash",            {tag, "1.0.1"}},
+{ets_lru,          "ets-lru",          {tag, "1.1.0"}},
+{khash,            "khash",            {tag, "1.1.0"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},
 
 %% Non-Erlang deps