You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/04/02 22:20:00 UTC

incubator-tinkerpop git commit: CHANGELOG dated for release.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 11ddbf388 -> 2cee03f1b


CHANGELOG dated for release.


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

Branch: refs/heads/master
Commit: 2cee03f1b48708ce67a2c04b518a70edd3f20e3a
Parents: 11ddbf3
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu Apr 2 14:19:55 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu Apr 2 14:19:55 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2cee03f1/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 877bcdd..b146cdf 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -22,9 +22,10 @@ TinkerPop 3.0.0 (A Gremlin Rāga in 7/16 Time)
 
 image::http://www.tinkerpop.com/docs/current/images/gremlin-hindu.png[width=225]
 
-TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
+TinkerPop 3.0.0.M8 (Release Date: April 6, 2015)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Removed Neo4j-Gremlin from this distribution due to GPL licensing. Working with Neo4j team to reintroduce by M9.
 * `GraphComputerTest` is now Java8 specific and much easier to extend with new test cases.
 * Merged the `gremlin-algorithm` module into `gremlin-test`.
 * Removed `LambdaVertexProgram` and `LambdaMapReduce` as it will be one less thing to maintain.