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 2016/05/09 14:39:21 UTC

[3/5] 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/f422c9fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/f422c9fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/f422c9fc

Branch: refs/heads/master
Commit: f422c9fc8b57073f889a6e87082f7f267d17757c
Parents: 7513e21
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 6 16:56:38 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 6 16:56:38 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f422c9fc/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 88820b3..19917a6 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.1.3 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Bumped SLF4J to 1.7.21 as previous versions suffered from a memory leak.
 * Renamed `AndTest.get_g_V_andXhasXage_gt_27X__outE_count_gt_2X_name` to `get_g_V_andXhasXage_gt_27X__outE_count_gte_2X_name` to match the traversal being tested.
 * Fixed a self-loop bug in `StarGraph`.
 * Added configuration option for disabling `:remote` timeout with `:remote config timeout none`.