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:26:48 UTC

[3/4] 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/3fe57c3d
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3fe57c3d
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3fe57c3d

Branch: refs/heads/master
Commit: 3fe57c3dc42e9d61916c239bdad9bf4090330d93
Parents: 18056e8
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Jun 19 16:42:17 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Jun 19 16:42:17 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/3fe57c3d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30f9020..5604205 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
  * STORM-864: Exclude storm-kafka tests from Travis CI build
  * STORM-860: UI: while topology is transitioned to killed, "Activate" button is enabled but not functioning
 
-## 0.10.0
+## 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