You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/05/07 17:29:54 UTC

[2/2] storm git commit: update changelog for version 0.9.5

update changelog for version 0.9.5


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

Branch: refs/heads/0.9.x-branch
Commit: a480eab7bac6a3f754da223a30e495ac5480eeba
Parents: ed5a51f
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu May 7 11:26:11 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu May 7 11:26:11 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a480eab7/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad81e43..94e0f4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.9.5
+ * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'
+
 ## 0.9.4
  * STORM-559: ZkHosts in README should use 2181 as port.
  * STORM-682: supervisor should handle worker state corruption gracefully.