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 2017/07/23 19:35:00 UTC

[2/2] storm git commit: Changelog: STORM-2652

Changelog: STORM-2652


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

Branch: refs/heads/1.1.x-branch
Commit: ebdde9fc2965cf29f622a9f2eec6dcb67b08dfcb
Parents: 138b589
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Sun Jul 23 21:31:45 2017 +0200
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Sun Jul 23 21:31:45 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ebdde9fc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d44796..2bccac4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.1
+ * STORM-2652: fix error in open method of JmsSpout
  * STORM-2645: Update storm.py to be python3 compatible
  * STORM-2621: add tuple_population metric
  * STORM-2639: Kafka Spout incorrectly computes numCommittedOffsets due to voids in the topic (topic compaction)