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 2013/12/07 07:10:06 UTC

[10/12] git commit: update changelog for 0.9.0 release

update changelog for 0.9.0 release


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

Branch: refs/heads/master
Commit: 061ee2e7ca6ed89dbf0522ba3b2ccee6558c4105
Parents: 6466d04
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Dec 4 15:36:07 2013 -0800
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Dec 4 15:36:07 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/061ee2e7/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e6b579..02b1e71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 0.9.0-rc4 (Unreleased)
+## 0.9.0
+* Fixed a netty client issue where sleep times for reconnection could be negative (thanks brndnmtthws)
+* Fixed an issue that would cause storm-netty unit tests to fail
 
 ## 0.9.0-rc3
 * Added configuration to limit ShellBolt internal _pendingWrites queue length (thanks xiaokang)