You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by tw...@apache.org on 2016/08/30 19:16:39 UTC

tinkerpop git commit: Updating CHANGELOG 3.1.4 bugs and improvements in preparation for 3.1.4 release. CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/tp31 4780bc29b -> 6fb6a0fd2


Updating CHANGELOG 3.1.4 bugs and improvements in preparation for 3.1.4 release. CTR


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

Branch: refs/heads/tp31
Commit: 6fb6a0fd2b2c74737d11cd7d60c9688781bf399f
Parents: 4780bc2
Author: Ted Wilmes <tw...@gmail.com>
Authored: Tue Aug 30 14:16:22 2016 -0500
Committer: Ted Wilmes <tw...@gmail.com>
Committed: Tue Aug 30 14:16:22 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6fb6a0fd/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 8fe87a9..8b4cb06 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -34,6 +34,23 @@ TinkerPop 3.1.4 (NOT OFFICIALLY RELEASED YET)
 * Fixed a problem (previously thought resolved on 3.1.3) causing Gremlin Server to lock up when parallel requests were submitted on the same session if those parallel requests included a script that blocked indefinitely.
 * Fixed bug in `TailGlobalStep` where excess bulk was not accounted for correctly.
 
+Bugs
+^^^^
+
+* TINKERPOP-1350 Server locks when submitting parallel requests on session
+* TINKERPOP-1375 Possible ByteBuf leak for certain transactional scenarios
+* TINKERPOP-1377 Closing a remote in "console mode" has bad message
+* TINKERPOP-1379 unaccounted excess in TailGlobalStep
+* TINKERPOP-1397 StarVertex self edge has buggy interaction with graph filters
+* TINKERPOP-1419 Wrong exception when a SessionedClient is initialized with no available host
+
+Improvements
+^^^^^^^^^^^^
+
+* TINKERPOP-989 Default documentation should be reference/index.html
+* TINKERPOP-1376 Rename TinkerPop artifacts
+* TINKERPOP-1413 PropertiesTest#g_V_hasXageX_propertiesXnameX assumes that ids are longs
+
 [[release-3-1-3]]
 TinkerPop 3.1.3 (Release Date: July 18, 2016)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~