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/09/25 12:23:20 UTC

storm git commit: move STORM-2118 to 1.1.0

Repository: storm
Updated Branches:
  refs/heads/master 00f4c146b -> 15e4d5eb0


move STORM-2118 to 1.1.0


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

Branch: refs/heads/master
Commit: 15e4d5eb039667ff470f62cc65cad03921287fdf
Parents: 00f4c14
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sun Sep 25 21:22:59 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sun Sep 25 21:22:59 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/15e4d5eb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2643b61..9a22959 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -153,6 +153,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.0
+ * STORM-2118: A few fixes for storm-sql standalone mode
  * STORM-2105: Cluster/Supervisor total and available resources displayed in the UI
  * STORM-2078: enable paging in worker datatable
  * STORM-1664: Allow Java users to start a local cluster with a Nimbus Thrift server.
@@ -202,7 +203,6 @@
  * STORM-1868: Modify TridentKafkaWordCount to run in distributed mode
 
 ## 1.0.3
- * STORM-2118: A few fixes for storm-sql standalone mode
  * STORM-2119: bug in log message printing to stdout
  * STORM-2120: Emit to _spoutConfig.outputStreamId
  * STORM-2101: fixes npe in compute-executors in nimbus