You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/12/17 18:12:13 UTC

[5/6] storm git commit: adds STORM-1377

adds STORM-1377


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

Branch: refs/heads/master
Commit: 390abb9ed94c55e2c646dfb9f88b00059c03baed
Parents: 4a746c3
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Thu Dec 17 11:08:10 2015 -0600
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Thu Dec 17 11:08:10 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/390abb9e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4acb4e..1555adc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1377: nimbus_auth_test: very short timeouts causing spurious failures
  * STORM-1388: Fix url and email links in README file
  * STORM-1389: Removed creation of projection tuples as they are already available
  * STORM-1179: Create Maven Profiles for Integration Tests.