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/01/20 23:48:36 UTC

storm git commit: Fix CHANGELOG.md to have 0.10.1 and move issues

Repository: storm
Updated Branches:
  refs/heads/master 9ea154c34 -> b1773a11b


Fix CHANGELOG.md to have 0.10.1 and move issues


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

Branch: refs/heads/master
Commit: b1773a11b7bf8b3589757f959430ed2553a24e2a
Parents: 9ea154c
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Jan 21 07:44:32 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Jan 21 07:44:32 2016 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b1773a11/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bceb520..e8ac91a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,8 @@
 ## 1.0.0
  * STORM-1452: Fixes profiling/debugging out of the box
  * STORM-1406: Add MQTT Support
- * STORM-1481: avoid Math.abs(Integer) get a negative value
  * STORM-1473: enable log search for daemon logs
  * STORM-1472: Fix the errorTime bug and show the time to be readable
- * STORM-1482: add missing 'break' for RedisStoreBolt
  * STORM-1466: Move the org.apache.thrift7 namespace to something correct/sensible
  * STORM-1470: Applies shading to hadoop-auth, cleaner exclusions
  * STORM-1467: Switch apache-rat plugin off by default, but enable for Travis-CI
@@ -122,7 +120,6 @@
  * STORM-1182: Removing and wrapping some exceptions in ConfigValidation to make code cleaner
  * STORM-1134. Windows: Fix log4j config.
  * STORM-1127: allow for boolean arguments (Flux)
- * STORM-1180: FLUX logo wasn't appearing quite right
  * STORM-1138: Storm-hdfs README should be updated with Avro Bolt information
  * STORM-1154: SequenceFileBolt needs unit tests
  * STORM-162: Load Aware Shuffle Grouping
@@ -246,6 +243,13 @@
  * STORM-1144: Display requested and assigned cpu/mem resources for schedulers in UI
  * STORM-1217: making small fixes in RAS
 
+## 0.10.1
+
+ * STORM-1481: avoid Math.abs(Integer) get a negative value
+ * STORM-1121: Deprecate test only configuraton nimbus.reassign
+ * STORM-1180: FLUX logo wasn't appearing quite right
+ * STORM-1482: add missing 'break' for RedisStoreBolt
+
 ## 0.10.0-beta2
  * STORM-581: Add rebalance params to Storm REST API
  * STORM-1108: Fix NPE in simulated time