update download page and add blog post for 0.9.5 release
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/70ce03cb Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/70ce03cb Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/70ce03cb Branch: refs/heads/master Commit: 70ce03cb58574584babdf5c0cd43100a044e84d2 Parents: 19e3a28 Author: P. Taylor Goetz <[email protected]> Authored: Thu Jun 4 16:03:18 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Thu Jun 4 16:03:18 2015 -0400 ---------------------------------------------------------------------- docs/_posts/2015-06-04-storm095-released.md | 23 +++++++++ docs/downloads.html | 59 +++++++++++++++++------- 2 files changed, 65 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/70ce03cb/docs/_posts/2015-06-04-storm095-released.md ---------------------------------------------------------------------- diff --git a/docs/_posts/2015-06-04-storm095-released.md b/docs/_posts/2015-06-04-storm095-released.md new file mode 100644 index 0000000..1d018c0 --- /dev/null +++ b/docs/_posts/2015-06-04-storm095-released.md @@ -0,0 +1,23 @@ +--- +layout: post +title: Storm 0.9.5 released +author: P. Taylor Goetz +--- + +The Apache Storm community is pleased to announce that version 0.9.5 has been released and is available from [the downloads page](/downloads.html). + +This is a maintenance release that includes a number of important bug fixes that improve Storm's stability and fault tolerance. We encourage users of previous versions to upgrade to this latest release. + + +Thanks +------ +Special thanks are due to all those who have contributed to Apache Storm -- whether through direct code contributions, documentation, bug reports, or helping other users on the mailing lists. Your efforts are much appreciated. + + +Full Changelog +--------- + + * STORM-790: Log "task is null" instead of letting worker die when task is null in transfer-fn + * STORM-796: Add support for "error" command in ShellSpout + * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar' + * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist. http://git-wip-us.apache.org/repos/asf/storm/blob/70ce03cb/docs/downloads.html ---------------------------------------------------------------------- diff --git a/docs/downloads.html b/docs/downloads.html index bb80b20..e9f7d07 100644 --- a/docs/downloads.html +++ b/docs/downloads.html @@ -27,11 +27,51 @@ older: Current source code is hosted on GitHub, <a href="https://github.com/apache/storm">apache/storm</a> <h3>Current Release</h3> - The current release is 0.9.4. Source and binary distributions can be found below. + The current release is 0.9.5. Source and binary distributions can be found below. - The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.9.4/CHANGELOG.md">here.</a> + The list of changes for this release can be found <a href="https://github.com/apache/storm/blob/v0.9.5/CHANGELOG.md">here.</a> <ul> + <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz">apache-storm-0.9.5.tar.gz</a> + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.asc">PGP</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.sha">SHA512</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz.md5">MD5</a>] + </li> + <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5.zip">apache-storm-0.9.5.zip</a> + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.zip.asc">PGP</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.zip.sha">SHA512</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5.zip.md5">MD5</a>] + </li> + <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.tar.gz">apache-storm-0.9.5-src.tar.gz</a> + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.tar.gz.asc">PGP</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.tar.gz.sha">SHA512</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.tar.gz.md5">MD5</a>] + </li> + <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.zip">apache-storm-0.9.5-src.zip</a> + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.zip.asc">PGP</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.zip.sha">SHA512</a>] + [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.5/apache-storm-0.9.5-src.zip.md5">MD5</a>] + </li> + </ul> + + Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates: + <pre> +groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a> +artifactId: storm-core +version: 0.9.5 + </pre> + + + The signing keys for releases can be found <a href="http://www.apache.org/dist/storm/KEYS">here.</a> + + <p> + + </p> + <h3>Previous Releases</h3> + + <b>0.9.4</b> + + <ul> <li><a href="http://www.apache.org/dyn/closer.cgi/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz">apache-storm-0.9.4.tar.gz</a> [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz.asc">PGP</a>] [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4.tar.gz.sha">SHA512</a>] @@ -53,21 +93,6 @@ older: [<a href="http://www.us.apache.org/dist/storm/apache-storm-0.9.4/apache-storm-0.9.4-src.zip.md5">MD5</a>] </li> </ul> - - Storm artifacts are hosted in <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven Central</a>. You can add Storm as a dependency with the following coordinates: - <pre> -groupId: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a> -artifactId: storm-core -version: 0.9.4 - </pre> - - - The signing keys for releases can be found <a href="http://www.apache.org/dist/storm/KEYS">here.</a> - - <p> - - </p> - <h3>Previous Releases</h3> <b>0.9.3</b>
