You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2016/08/14 03:45:36 UTC

[3/3] storm git commit: Added STORM-2037 to CHANGELOG.

Added STORM-2037 to CHANGELOG.


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

Branch: refs/heads/master
Commit: a1a952a4af3654dfaeb737d798df201335a5da45
Parents: ecf085a
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Sat Aug 13 20:44:39 2016 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Sat Aug 13 20:44:39 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/a1a952a4/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13db3ca..3714c68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 ## 2.0.0
- * STORM-2036:Fix minor bug in RAS Tests
+ * STORM-2037: debug operation should be whitelisted in SimpleAclAuthorizer.
+ * STORM-2036: Fix minor bug in RAS Tests
  * STORM-2026: Inconsistency between (SpoutExecutor, BoltExecutor) and (spout-transfer-fn, bolt-transfer-fn) * STORM-1979: Storm Druid Connector implementation.
  * STORM-1277: port backtype.storm.daemon.executor to java
  * STORM-2020: Stop using sun internal classes.
@@ -13,9 +14,9 @@
  * STORM-1962: support python 3 and 2 in multilang
  * STORM-1964: Unexpected behavior when using count window together with timestamp extraction
  * STORM-1890: ensure we refetch static resources after package build
- * STORM-1966 Expand metric having Map type as value into multiple metrics based on entries
+ * STORM-1966: Expand metric having Map type as value into multiple metrics based on entries
  * STORM-1737: storm-kafka-client has compilation errors with Apache Kafka 0.10
- * STORM-1910 One topology cannot use hdfs spout to read from two locations
+ * STORM-1910: One topology cannot use hdfs spout to read from two locations
  * STORM-1916: Add ability for worker-first classpath
  * STORM-1954: Large Trident topologies can cause memory issues due to DefaultResourceDeclarer object reading config
  * STORM-1913: Additions and Improvements for Trident RAS API