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/03/20 22:23:11 UTC

[48/50] [abbrv] git commit: update changelog

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/1e6e0801
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/1e6e0801
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/1e6e0801

Branch: refs/heads/master
Commit: 1e6e080118d4d0681eca90ecaad01e7327ade0fe
Parents: 82a754a
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Mar 12 15:18:14 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Mar 12 15:18:14 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/1e6e0801/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 554a05a..c0f8dd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
 ## 0.9.2-incubating (unreleased)
  * STORM-187: Fix Netty error "java.lang.IllegalArgumentException: timeout value is negative"
  * STORM-186: fix float secs to millis long convertion
+ * STORM-70: Upgrade to ZK-3.4.5 and curator-1.3.3
+ * STORM-146: Unit test regression when storm is compiled with 3.4.5 zookeeper
 ## 0.9.1-incubating
 * Fix to prevent Nimbus from hanging if random data is sent to nimbus thrift port
 * Improved support for running on Windows platforms