You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/09/25 12:16:03 UTC

[3/3] storm git commit: add STORM-2119 to CHANGELOG

add STORM-2119 to CHANGELOG


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

Branch: refs/heads/1.0.x-branch
Commit: 5f6919e6e20b29cf12d140a596e5d1b4e59732f0
Parents: 0f6218e
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sun Sep 25 21:15:48 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sun Sep 25 21:15:48 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/5f6919e6/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5ddc59..58349b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.3
+ * STORM-2119: bug in log message printing to stdout
  * STORM-2120: Emit to _spoutConfig.outputStreamId
  * STORM-2101: fixes npe in compute-executors in nimbus
  * STORM-2090: Add integration test for storm windowing