You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/03/08 18:20:21 UTC

[4/4] storm git commit: Added STORM-675 to Changelog.

Added STORM-675 to Changelog.


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

Branch: refs/heads/master
Commit: 07098e8ebd1ba69c0a545d22b843112167b64e20
Parents: 4575054
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Thu Mar 5 18:17:31 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Thu Mar 5 18:17:31 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/07098e8e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d93d56d..9de6e06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-675: Allow users to have storm-env.sh under config dir to set custom JAVA_HOME and other env variables.
  * STORM-539: Storm Hive Connector.
  * STORM-616: Storm JDBC Connector.
  * STORM-329: fix cascading Storm failure by improving reconnection strategy and buffering messages (thanks tedxia)