You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/04/06 18:18:41 UTC

[couchdb] branch bump-erlfdb-to-v1.3.3 created (now 4d0c5c6)

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

vatamane pushed a change to branch bump-erlfdb-to-v1.3.3
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 4d0c5c6  Bump erlfdb to v1.3.3

This branch includes the following new commits:

     new 4d0c5c6  Bump erlfdb to v1.3.3

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 erlfdb to v1.3.3

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

vatamane pushed a commit to branch bump-erlfdb-to-v1.3.3
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4d0c5c6710753eca8d26e4d2e5ee8ce1290c248a
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Tue Apr 6 14:17:33 2021 -0400

    Bump erlfdb to v1.3.3
    
    To bring in a future `timeout` fix:
    
     * https://github.com/apache/couchdb-erlfdb/commit/55022a566df3d98a543148ce7a0e2eb6773909ae
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index f7a4f86..2bc761a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -153,7 +153,7 @@ DepDescs = [
 %% Independent Apps
 {config,           "config",           {tag, "2.1.8"}},
 {b64url,           "b64url",           {tag, "1.0.2"}},
-{erlfdb,           "erlfdb",           {tag, "v1.3.2"}},
+{erlfdb,           "erlfdb",           {tag, "v1.3.3"}},
 {ets_lru,          "ets-lru",          {tag, "1.1.0"}},
 {khash,            "khash",            {tag, "1.1.0"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},