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

[2/5] storm git commit: add STORM-873 to changelog

add STORM-873 to changelog


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

Branch: refs/heads/0.10.x-branch
Commit: cfcc96466bf8dc8d2bac4f8cdaceb4f6a505c61b
Parents: 5ed03b8
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Jun 19 16:45:05 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Jun 19 16:45:05 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/cfcc9646/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 544ecf7..97a7365 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
-## 0.10.0
+## 0.10.0-beta1
+ * STORM-873: Flux does not handle diamond topologies
+ 
+## 0.10.0-beta
  * STORM-856: use serialized value of delay secs for topo actions
  * STORM-852: Replaced Apache Log4j Logger with SLF4J API
  * STORM-813: Change storm-starter's README so that it explains mvn exec:java cannot run multilang topology