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/21 16:11:06 UTC

[3/3] storm git commit: add STORM-1056 to CHANGELOG.md

add STORM-1056 to CHANGELOG.md

* also add Erik Weathers to contributor list


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

Branch: refs/heads/master
Commit: 7e69ff4aa3e2f1fe46c59ed8251bb83d21d42415
Parents: d9c9b0b
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Sep 21 23:07:47 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Sep 21 23:07:47 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md    | 1 +
 README.markdown | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/7e69ff4a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10826f7..799821a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -56,6 +56,7 @@
  * STORM-949: On the topology summary UI page, last shown error should have the time and date
 
 ## 0.10.0-beta2
+ * 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

http://git-wip-us.apache.org/repos/asf/storm/blob/7e69ff4a/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 8f13af3..07063e5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -230,6 +230,7 @@ under the License.
 * chenyuzhao ([@danny0405](https://github.com/danny0405))
 * Michael Schonfeld ([@schonfeld](https://github.com/schonfeld))
 * Matthias J. Sax ([@mjsax](https://github.com/mjsax))
+* Erik Weathers ([@erikdw](https://github.com/erikdw))
 
 ## Acknowledgements