You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/04/15 04:33:32 UTC

[3/3] storm git commit: add STORM-1693 to CHANGELOG.md, also move some issues to 1.0.1

add STORM-1693 to CHANGELOG.md, also move some issues to 1.0.1


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

Branch: refs/heads/1.x-branch
Commit: b511a8b4f55d1ba1afddc3ac6a25ffd4f2aef42e
Parents: b20c63f
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Apr 15 11:15:54 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Apr 15 11:17:54 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/b511a8b4/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d81a240..3faa2d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,12 @@
-## 1.0.0
+## 1.0.1
+ * STORM-1693: Move stats cleanup to executor shutdown
  * STORM-1585: Add DDL support for UDFs in storm-sql
  * STORM-1681: Bug in scheduling cyclic topologies when scheduling with RAS
  * STORM-1706: Add RELEASE and storm-env.sh to storm-diet assembly
  * STORM-1613: Upgraded HBase version to 1.1.0
  * STORM-1687: divide by zero in stats
+
+## 1.0.0
  * STORM-1670: LocalState#get(String) can throw FileNotFoundException which may result supervisor.clj#sync-processes stop assigning new workers/assignments
  * STORM-1677: Test resource files are excluded from source distribution, which makes logviewer-test failing
  * STORM-676: Storm Trident support for sliding/tumbling windows