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/12 20:19:18 UTC

git commit: update changelog

Repository: incubator-storm
Updated Branches:
  refs/heads/master 9f613f100 -> a2be52287


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

Branch: refs/heads/master
Commit: a2be522877a5a86c0c4e0f3407b81e7f8e99c95d
Parents: 9f613f1
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:19:02 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/a2be5228/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