You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/09/24 02:56:24 UTC

storm git commit: move STORM-1056 to 0.9.6

Repository: storm
Updated Branches:
  refs/heads/0.10.x-branch 8c3d69560 -> 42a3d9bd1


move STORM-1056 to 0.9.6


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

Branch: refs/heads/0.10.x-branch
Commit: 42a3d9bd1e922dbd641140e1516e885e858ab829
Parents: 8c3d695
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Sep 24 09:56:06 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Sep 24 09:56:06 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/42a3d9bd/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cf99ea..f3c68a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,5 @@
 ## 0.10.0
  * STORM-1026: Adding external classpath elements does not work
- * STORM-1056: allow supervisor log filename to be configurable via ENV variable
  * STORM-1055: storm-jdbc README needs fixes and context
  * STORM-1044: Setting dop to zero does not raise an error
  * STORM-1050: Topologies with same name run on one cluster
@@ -191,6 +190,7 @@
  * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist.
 
 ## 0.9.6
+ * STORM-1056: allow supervisor log filename to be configurable via ENV variable
  * STORM-1051: Netty Client.java's flushMessages produces a NullPointerException
  * STORM-763: nimbus reassigned worker A to another machine, but other worker's netty client can't connect to the new worker A
  * STORM-935: Update Disruptor queue version to 2.10.4