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/15 20:02:55 UTC

[13/13] storm git commit: update changelog

update changelog


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

Branch: refs/heads/0.10.x-branch
Commit: 22fe79712a2c342063063c7e4ae17f3b86677841
Parents: 7570a43
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri May 15 14:02:28 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 15 14:02:28 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/22fe7971/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54b406d..456b69b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
 ## 0.10.0
+ * STORM-764: Have option to compress thrift heartbeat
+ * JIRA STORM-766 (Include version info in the service page)
+ * STORM-765: Thrift serialization for local state. 
+ * STORM-762: uptime for worker heartbeats is lost when converted to thrift
+ * STORM-750: Set Config serialVersionUID
  * STORM-714: Make CSS more consistent with self, prev release
  * STORM-796: Add support for "error" command in ShellSpout
  * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'