You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lb...@apache.org on 2016/05/20 20:02:19 UTC

[1/2] incubator-toree git commit: [skip ci] Bump to 0.1.0.dev9

Repository: incubator-toree
Updated Branches:
  refs/heads/master cd36b1295 -> b59a600e6


[skip ci] Bump to 0.1.0.dev9


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/7540760c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/7540760c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/7540760c

Branch: refs/heads/master
Commit: 7540760cf346becfc7f5ea4a87a10605d382b7c9
Parents: cd36b12
Author: Gino Bustelo <lb...@apache.org>
Authored: Fri May 20 15:01:14 2016 -0500
Committer: Gino Bustelo <lb...@apache.org>
Committed: Fri May 20 15:01:14 2016 -0500

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/7540760c/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 3024948..2eb9200 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 .PHONY: help clean clean-dist build dev test system-test test-travis release pip-release bin-release dev-binder .binder-image audit audit-licenses
 
-BASE_VERSION=0.1.0.dev8
+BASE_VERSION=0.1.0.dev9
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))


[2/2] incubator-toree git commit: [skip ci] Added a disclaimer regarding LGPL dependency to README

Posted by lb...@apache.org.
[skip ci] Added a disclaimer regarding LGPL dependency to README


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/b59a600e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/b59a600e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/b59a600e

Branch: refs/heads/master
Commit: b59a600e6a0e7bf7698a1463954fcdb6e2426845
Parents: 7540760
Author: Gino Bustelo <lb...@apache.org>
Authored: Fri May 20 15:02:21 2016 -0500
Committer: Gino Bustelo <lb...@apache.org>
Committed: Fri May 20 15:02:21 2016 -0500

----------------------------------------------------------------------
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/b59a600e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8d5ed66..b459dbf 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ Toree provides an interface that allows clients to interact with a Spark Cluster
 
 The main supported language is `Scala`, but it is also capable of processing both `Python` and `R`. It implements the latest Jupyter message protocol (5.0), so it can easily plug into the latest releases of Jupyter/IPython (3.2.x+ and 4.x+) for quick, interactive data exploration.
 
+#### Disclaimer
+This project is currently not fully compliant with Apache release policy
+as it includes a runtime dependency that is licensed as LGPL v3 (plus a static
+linking exception). This package is currently under an effort to re-license
+(https://github.com/zeromq/jeromq/issues/327).
+
 Try It
 ======
 A version of Toree is deployed as part of the [Try Jupyter!][try-jupyter] site. Select `Scala 2.10.4 (Spark 1.4.1)` under the `New` dropdown. Note that this version only supports `Scala`.