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/02/24 21:46:35 UTC

[2/2] storm git commit: update changelog for STORM-130

update changelog for STORM-130


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

Branch: refs/heads/0.9.3-branch
Commit: a1e5893e1b94c224d39fedf11583b216c21351c8
Parents: 98f4e61
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Feb 24 15:46:12 2015 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Feb 24 15:46:12 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a1e5893e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7a7f41..5839b7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.9.4
+ * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist.
+
 ## 0.9.3-rc2
  * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor
  * STORM-555: Storm json response should set charset to UTF-8