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/10/16 02:18:17 UTC

storm git commit: move STORM-1108 to 0.10.x from CHANGELOG.md

Repository: storm
Updated Branches:
  refs/heads/master 794254cb8 -> ebca03a90


move STORM-1108 to 0.10.x from CHANGELOG.md


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

Branch: refs/heads/master
Commit: ebca03a90928969ae5b75a290aa0174c6bdcc75e
Parents: 794254c
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Oct 16 09:17:55 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Oct 16 09:17:55 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ebca03a9/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 054bd22..44587d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,4 @@
 ## 0.11.0
- * STORM-1108: Fix NPE in simulated time
  * STORM-1084: Improve Storm config validation process to use java annotations instead of *_SCHEMA format
  * STORM-1106: Netty should not limit attempts to reconnect
  * STORM-1103: Changes log message to DEBUG from INFO
@@ -82,6 +81,7 @@
  * STORM-949: On the topology summary UI page, last shown error should have the time and date
 
 ## 0.10.0-beta2
+ * STORM-1108: Fix NPE in simulated time
  * STORM-1099: Fix worker childopts as arraylist of strings
  * STORM-1094: advance kafka offset when deserializer yields no object
  * STORM-1066: Specify current directory when supervisor launches a worker