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 02:51:51 UTC

[4/4] storm git commit: move STORM-1055 to 0.10.0 at CHANGELOG.md

move STORM-1055 to 0.10.0 at CHANGELOG.md


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

Branch: refs/heads/master
Commit: ca52c26684b4610ddc05306de7a9391c1bba2285
Parents: 8946a4a
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Sep 21 09:47:41 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Sep 21 09:47:41 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ca52c266/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed07617..10826f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,4 @@
 ## 0.11.0
- * STORM-1055: storm-jdbc README needs fixes and context
  * STORM-1032: Add generics to component configuration methods
  * STORM-886: Automatic Back Pressure
  * STORM-1037: do not remove storm-code in supervisor until kill job
@@ -57,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-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
  * STORM-1005: Supervisor do not get running workers after restart.