From 5546b71fecfd300961cf4f4b415a20079c26872b Mon Sep 17 00:00:00 2001 From: Colin Surprenant Date: Sun, 2 Mar 2014 20:48:46 -0500 Subject: [PATCH] update docs --- CHANGELOG.md | 7 ++++++- README.md | 12 +++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2addea..4e14075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,4 +97,9 @@ - [issue #76](https://github.com/colinsurprenant/redstorm/issues/76) - avoid shelling out to storm jar command for cluster submission # 0.6.6, 07-25-2013 -- updated example Kafka topology for new dependencies for Storm KafkaSpout \ No newline at end of file +- updated example Kafka topology for new dependencies for Storm KafkaSpout + +# 0.7.0.beta1, 03-2014 +- refactored the proxy classes for better performance +- Storm 0.9.1-incubating and JRuby 1.7.11 +- added Trident example in `examples/trident/` \ No newline at end of file diff --git a/README.md b/README.md index b375c23..662f480 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,15 @@ Check also these related projects: ## Documentation - Chances are new versions of RedStorm will introduce changes that will break compatibility or change the developement workflow. To prevent out-of-sync documentation, per version specific documentation are kept [in the wiki](https://github.com/colinsurprenant/redstorm/wiki) when necessary. ## Dependencies -Tested on **OSX 10.8.3** and **Ubuntu Linux 12.10** using **Storm 0.9.0-wip16** and **JRuby 1.7.4** and **OpenJDK 7** +#### Stable 0.6.6 +- Tested on **OSX 10.8.3**, **Ubuntu Linux 12.10** using **Storm 0.9.0-wip16**, **JRuby 1.7.4**, **OpenJDK 7** + +#### Current 0.7.0.beta1 +- Tested on **OSX 10.9.1**, **Ubuntu Linux 12.10** using **Storm 0.9.1-incubating**, **JRuby 1.7.11**, **OpenJDK 7** ## Installation