Repository: kafka-site Updated Branches: refs/heads/asf-site de1086740 -> 90c74a387
Update links for Kafka 0.10.0.0 Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/90c74a38 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/90c74a38 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/90c74a38 Branch: refs/heads/asf-site Commit: 90c74a387a7ab882faf716fa77538b31357dba33 Parents: de10867 Author: Ismael Juma <[email protected]> Authored: Tue May 24 15:44:51 2016 +0100 Committer: Ismael Juma <[email protected]> Committed: Tue May 24 15:44:51 2016 +0100 ---------------------------------------------------------------------- documentation.html | 2 +- downloads.html | 23 ++++++++++++++++++++++- protocol.html | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/90c74a38/documentation.html ---------------------------------------------------------------------- diff --git a/documentation.html b/documentation.html index 7480e2a..47fd10a 100644 --- a/documentation.html +++ b/documentation.html @@ -1,2 +1,2 @@ <!-- should always link the the latest release's documentation --> -<!--#include virtual="090/documentation.html" --> +<!--#include virtual="0100/documentation.html" --> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/90c74a38/downloads.html ---------------------------------------------------------------------- diff --git a/downloads.html b/downloads.html index 3c303cd..af1622d 100644 --- a/downloads.html +++ b/downloads.html @@ -1,10 +1,31 @@ <!--#include virtual="includes/header.html" --> <h1>Releases</h1> -0.9.0.1 is the latest release. The current stable version is 0.9.0.1. +0.10.0.0 is the latest release. The current stable version is 0.10.0.0. <p> You can verify your download by following these <a href="http://www.apache.org/info/verification.html">procedures</a> and using these <a href="http://kafka.apache.org/KEYS">KEYS</a>. + +<h3>0.10.0.0</h3> +<ul> + <li> + <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/RELEASE_NOTES.html">Release Notes</a> + </li> + <li> + Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz">kafka-0.10.0.0-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz.md5">md5</a>) + </li> + <li> + Binary downloads: + <ul> + <li>Scala 2.10 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz">kafka_2.10-0.10.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz.md5">md5</a>) + </li> + <li>Scala 2.11 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz">kafka_2.11-0.10.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz.md5">md5</a>) + </li> + </ul> +We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended). + </li> +</ul> + <h3>0.9.0.1</h3> <ul> <li> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/90c74a38/protocol.html ---------------------------------------------------------------------- diff --git a/protocol.html b/protocol.html index 7149ba8..40ca1df 100644 --- a/protocol.html +++ b/protocol.html @@ -1,2 +1,2 @@ <!-- should always link the the latest release's documentation --> -<!--#include virtual="090/protocol.html" --> +<!--#include virtual="0100/protocol.html" -->
