You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/06/05 20:46:37 UTC

[07/26] incubator-tinkerpop git commit: Update changelog.

Update changelog.


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

Branch: refs/heads/preprocessor
Commit: 25ed1fb4d7b88c9b9b73180bb80d34f652f6a701
Parents: 4a507cc
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Jun 4 08:38:19 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Jun 4 08:38:19 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/25ed1fb4/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 3a0f572..3620a7e 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,6 +25,8 @@ image::http://www.tinkerpop.com/docs/current/images/gremlin-hindu.png[width=225]
 TinkerPop 3.0.0.GA (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Refactored SSL support in the Gremlin Server/Driver.
+* Bumped to netty 4.0.28.Final.
 * Refactored the `Mutating` interface and introduce `CallbackRegistry` interface around `EventStrategy`.
 * Changed `onReadWrite` and `onClose` of `AbstractTransaction` to be synchronized.
 * Added `LabelP` to support index lookups and `has()` filtering on `Neo4jGraph` multi-label vertices.