You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/04/11 16:34:25 UTC

[4/4] git commit: Updated Changelog STORM-196: When JVM_OPTS are set, storm jar fails to detect storm.jar from environment

Updated Changelog STORM-196: When JVM_OPTS are set, storm jar fails to detect storm.jar from environment


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

Branch: refs/heads/master
Commit: 6c1af3e5b0f78c8d947a731b4609afaff955950c
Parents: de46f71
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Fri Apr 11 14:33:54 2014 +0000
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Fri Apr 11 14:33:54 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/6c1af3e5/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e925c5..cccda61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-196: When JVM_OPTS are set, storm jar fails to detect storm.jar from environment
  * STORM-260: Fix a potential race condition with simulated time in Storm's unit tests
  * STORM-258: Update commons-io version to 2.4
  * STORM-270: don't package .clj files in release jars.