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 22:08:04 UTC

[4/4] storm git commit: add STORM-1741 to changelog

add STORM-1741 to changelog


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

Branch: refs/heads/1.x-branch
Commit: bb213995b97fecf7527943bec0ff430927306e96
Parents: 1f7f0b5
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 29 16:07:32 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 29 16:07:32 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/bb213995/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5b4b48..5ab8528 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.1
+ * STORM-1741: remove unconditional setting of JAVA_HOME from storm-env.sh
  * STORM-1739: update the minor JAVA version dependency in 0.10.0 and above
  * STORM-1727: document 1.0 package renaming and how to use the migration tool
  * STORM-1733: Flush stdout and stderr before calling "os.execvp" to prevent log loss.