You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/04/29 18:18:26 UTC

[3/3] storm git commit: add STORM-1739 to changelog

add STORM-1739 to changelog


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

Branch: refs/heads/master
Commit: a5369374cf2fe7b1146685bb3581098abea56f1d
Parents: faf2f08
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 29 12:18:13 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 29 12:18:13 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a5369374/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0fd5e0..0f65d67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1739: update the minor JAVA version dependency in 0.10.0 and above
  * STORM-1733: Flush stdout before calling "os.execvp" to prevent log loss
  * STORM-1535: Make sure hdfs key tab login happens only once for multiple components
  * STORM-1544: Document Debug/Sampling of Topologies