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/06/01 07:02:47 UTC

[3/3] storm git commit: add STORM-1853 to CHANGELOG.md

add STORM-1853 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: d053fa7ca319f84131a078d2c5c784481610fe8c
Parents: cc723f5
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Jun 1 15:55:01 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Jun 1 15:55:01 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/d053fa7c/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c2f622..50a293a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -101,6 +101,7 @@
  * STORM-1868: Modify TridentKafkaWordCount to run in distributed mode
 
 ## 1.0.2
+ * STORM-1853: Replace ClassLoaderObjectInputStream with ObjectInputStream
  * STORM-1730: LocalCluster#shutdown() does not terminate all storm threads/thread pools.
  * STORM-1745: Add partition to log output in PartitionManager
  * STORM-1735: Nimbus should log that replication succeeded when min replicas was reached exactly