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

[34/50] storm git commit: add STORM-1044 to CHANGELOG.md

add STORM-1044 to CHANGELOG.md

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

Branch: refs/heads/STORM-1040
Commit: 2d871005ff8fa0fffc4b7f47a5f564df73c8842c
Parents: cf61b46
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Sep 21 08:12:04 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Sep 21 08:12:04 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/2d871005/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18a3d08..ed07617 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -57,6 +57,7 @@
  * STORM-949: On the topology summary UI page, last shown error should have the time and date
 
 ## 0.10.0-beta2
+ * STORM-1044: Setting dop to zero does not raise an error
  * 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

http://git-wip-us.apache.org/repos/asf/storm/blob/2d871005/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index cd5ed80..8f13af3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -229,6 +229,7 @@ under the License.
 * Abhishek Agarwal ([@abhishekagarwal87](https://github.com/abhishekagarwal87))
 * chenyuzhao ([@danny0405](https://github.com/danny0405))
 * Michael Schonfeld ([@schonfeld](https://github.com/schonfeld))
+* Matthias J. Sax ([@mjsax](https://github.com/mjsax))
 
 ## Acknowledgements