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 2014/04/11 18:12:21 UTC

[3/3] git commit: STORM-12: update changelog

STORM-12: update changelog


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

Branch: refs/heads/master
Commit: 1a0b46e95ab4ac467525314a75819a75dec92c40
Parents: 3e7abfc
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 11 12:11:46 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 11 12:11:46 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/1a0b46e9/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 764b9f4..1fd0e80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-12: reduce thread usage of netty transport
  * STORM-281: fix and issue with config parsing that could lead to leaking file descriptors
  * STORM-196: When JVM_OPTS are set, storm jar fails to detect storm.jar from environment
  * STORM-260: Fix a potential race condition with simulated time in Storm's unit tests