You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2019/10/21 17:59:57 UTC

[couchdb] branch ken-1.0.6 created (now 1f22451)

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

rnewson pushed a change to branch ken-1.0.6
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 1f22451  update ken to 1.0.6

This branch includes the following new commits:

     new 1f22451  update ken to 1.0.6

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: update ken to 1.0.6

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

rnewson pushed a commit to branch ken-1.0.6
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 1f224517505125619562f83afcdb587798f583a5
Author: Robert Newson <rn...@apache.org>
AuthorDate: Mon Oct 21 18:59:12 2019 +0100

    update ken to 1.0.6
    
    * Detect dreyfus/hastings correctly
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index f6bfa7d..ba4e564 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -104,7 +104,7 @@ DepDescs = [
 {ioq,              "ioq",              {tag, "2.1.2"}},
 {hqueue,           "hqueue",           {tag, "1.0.1"}},
 {smoosh,           "smoosh",           {tag, "1.0.1"}},
-{ken,              "ken",              {tag, "1.0.5"}},
+{ken,              "ken",              {tag, "1.0.6"}},
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},