You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/04/09 16:31:04 UTC

[3/3] git commit: Added STORM-270 to changelog

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

Branch: refs/heads/master
Commit: bde4f880dc69ad481531a8ed9670e102640f128b
Parents: 4fbbf72
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Wed Apr 9 14:30:32 2014 +0000
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Wed Apr 9 14:30:32 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/bde4f880/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91fa43b..ae9b86e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-270: don't package .clj files in release jars.
  * STORM-273: Error while running storm topologies on Windows using "storm jar"
  * STROM-247: Replace links to github resources in storm script
  * STORM-263: Update Kryo version to 2.21+
@@ -6,6 +7,7 @@
  * 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