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:46:45 UTC

[2/2] 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/c268523f
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c268523f
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c268523f

Branch: refs/heads/1.x-branch
Commit: c268523fad0ce58ff57f9a5a17d3fd870c710a00
Parents: fa121d2
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Sat Aug 13 20:46:24 2016 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Sat Aug 13 20:46:24 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/c268523f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7a93ab..4b2d9cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-2037: debug operation should be whitelisted in SimpleAclAuthorizer.
  * STORM-2023: Add calcite-core to dependency of storm-sql-runtime
  * STORM-2036: Fix minor bug in RAS Tests
  * STORM-1979: Storm Druid Connector implementation.