storm git commit: adding STORM-2134 to Changelog

2016-10-13 Thread jerrypeng
Repository: storm
Updated Branches:
  refs/heads/1.x-branch 20b612c25 -> be0d10558


adding STORM-2134 to Changelog


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

Branch: refs/heads/1.x-branch
Commit: be0d105589068f704ec0f23097e427de3da6cfdb
Parents: 20b612c
Author: Boyang Jerry Peng 
Authored: Thu Oct 13 15:36:20 2016 -0500
Committer: Boyang Jerry Peng 
Committed: Thu Oct 13 15:36:20 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/be0d1055/CHANGELOG.md
--
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72474fb..2e0d056 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-2134: improving the current scheduling strategy for RAS
  * STORM-2125: Use Calcite's implementation of Rex Compiler
  * STORM-1546: Adding Read and Write Aggregations for Pacemaker to make it HA 
compatible
  * STORM-1444: Support EXPLAIN statement in StormSQL



[8/8] storm git commit: adding STORM-2134 to Changelog

2016-10-13 Thread jerrypeng
adding STORM-2134 to Changelog


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

Branch: refs/heads/master
Commit: b8c52026f4e947d371501bbac9ab78ea368adf97
Parents: cbf7eda
Author: Boyang Jerry Peng 
Authored: Thu Oct 13 15:06:14 2016 -0500
Committer: Boyang Jerry Peng 
Committed: Thu Oct 13 15:06:14 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/b8c52026/CHANGELOG.md
--
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 944dc3f..5fd57b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-2134: improving the current scheduling strategy for RAS
  * STORM-2131: Add blob command to worker-launcher, make stormdist directory 
not writeable by topo owner
  * STORM-2144: Fix Storm-sql group-by behavior in standalone mode
  * STORM-1546: Adding Read and Write Aggregations for Pacemaker to make it HA 
compatible