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/19 03:46:42 UTC

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

add STORM-1050 to CHANGELOG.md

* also add chenyuzhao 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/2bb41a95
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/2bb41a95
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/2bb41a95

Branch: refs/heads/master
Commit: 2bb41a95ec9f20f6cbb11176d0c156bb9ecffa99
Parents: 1a44080
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sat Sep 19 10:44:30 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sat Sep 19 10:44:30 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/2bb41a95/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d85ead7..9d1e66e 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-1050: Topologies with same name run on one cluster
  * STORM-1005: Supervisor do not get running workers after restart.
  * STORM-803: Better CI logs
  * STORM-1027: Use overflow buffer for emitting metrics

http://git-wip-us.apache.org/repos/asf/storm/blob/2bb41a95/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 6bb8370..2eb5149 100644
--- a/README.markdown
+++ b/README.markdown
@@ -227,6 +227,7 @@ under the License.
 * Aaron Coburn ([@acoburn](https://github.com/acoburn))
 * Rick Kellogg ([@rmkellogg](https://github.com/rmkellogg))
 * Abhishek Agarwal ([@abhishekagarwal87](https://github.com/abhishekagarwal87))
+* chenyuzhao ([@danny0405](https://github.com/danny0405))
 
 ## Acknowledgements