You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/28 16:49:44 UTC

[15/39] couchdb commit: updated refs/heads/developer-preview-2.0 to 3ac3db6

Remove R16B02 support

It has multiple issues with SSL/TLS and scheduler.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7035b2cb
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7035b2cb
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7035b2cb

Branch: refs/heads/developer-preview-2.0
Commit: 7035b2cbb9cdc6f04300434b8e160a29b724ee54
Parents: a692f16
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Aug 24 10:49:43 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Aug 24 10:52:35 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7035b2cb/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 374425c..bd8d2b8 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -68,7 +68,7 @@ MakeDep = fun
 end,
 
 AddConfig = [
-    {require_otp_vsn, "R14B01|R14B03|R14B04|R16B02|R16B03-1|17|18"},
+    {require_otp_vsn, "R14B01|R14B03|R14B04|R16B03-1|17|18"},
     {deps_dir, "src"},
     {deps, lists:map(MakeDep, DepDescs)},
     {sub_dirs, ["rel"]},