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 2016/01/25 00:29:44 UTC

[36/50] storm git commit: CHANGELOG.md: move 0.10.0-beta2 to 0.10.0

CHANGELOG.md: move 0.10.0-beta2 to 0.10.0


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

Branch: refs/heads/1.x-branch
Commit: 1b43c3bdaac84261a80520583af0443bf185eac6
Parents: b1773a1
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Jan 21 09:52:53 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Jan 21 09:52:53 2016 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/1b43c3bd/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8ac91a..0331f91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -250,7 +250,8 @@
  * STORM-1180: FLUX logo wasn't appearing quite right
  * STORM-1482: add missing 'break' for RedisStoreBolt
 
-## 0.10.0-beta2
+## 0.10.0
+ * STORM-1096: Fix some issues with impersonation on the UI
  * STORM-581: Add rebalance params to Storm REST API
  * STORM-1108: Fix NPE in simulated time
  * STORM-1099: Fix worker childopts as arraylist of strings
@@ -285,9 +286,6 @@
  * STORM-742: Let ShellBolt treat all messages to update heartbeat
  * STORM-992: A bug in the timer.clj might cause unexpected delay to schedule new event
 
-## 0.10.0
- * STORM-1096: Fix some issues with impersonation on the UI
-
 ## 0.10.0-beta1
  * STORM-873: Flux does not handle diamond topologies