From 9a2c803de9973da922d1f5d0278809ca7524979a Mon Sep 17 00:00:00 2001 From: walking98 Date: Wed, 14 Nov 2018 11:09:44 +0800 Subject: [PATCH 1/2] quick start and release notes update --- _data/navigation.yml | 12 ------------ _docs/01-quick-start-guide.md | 13 +++++++------ _docs/10-download-releases.md | 31 ++++++++++++++++++++++++++++++- 3 files changed, 37 insertions(+), 19 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 5756b84720..ddceb8a316 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -84,18 +84,6 @@ docs: children: - title: "Download" url: "/dowloading/releases/" - - title: "4.3.2" - url: /release_notes/release-notes-4.3.2/ - - title: "4.3.1" - url: /release_notes/release-notes-4.3.1/ - - title: "4.3.0" - url: /release_notes/release-notes-4.3.0/ - - title: "4.2.0" - url: /release_notes/release-notes-4.2.0/ - - title: "4.1.0-incubating" - url: /release_notes/release-notes-4.1.0-incubating/ - - title: "4.0.0-incubating" - url: /release_notes/release-notes-4.0.0-incubating/ - title: RoadMap url: /docs/roadmap/ diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md index d6271a1ff4..49c385a5c6 100644 --- a/_docs/01-quick-start-guide.md +++ b/_docs/01-quick-start-guide.md @@ -15,18 +15,19 @@ and receive messages. The following softwares are assumed installed: 1. 64bit OS, Linux/Unix/Mac is recommended; 1. 64bit JDK 1.8+; - 1. Maven 3.2.x - 1. Git + 1. Maven 3.2.x; + 1. Git; + 1. 4g+ free disk for Broker server # Download & Build from Release -Click [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.0/rocketmq-all-4.3.0-source-release.zip) to download the 4.3.0 source release. Also you could download a binary release from [here](http://rocketmq.apache.org/release_notes/release-notes-4.3.0/). +Click [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.2/rocketmq-all-4.3.2-source-release.zip) to download the 4.3.2 source release. Also you could download a binary release from [here](http://rocketmq.apache.org/release_notes/release-notes-4.3.2/). -Now execute the following commands to unpack 4.3.0 source release and build the binary artifact. +Now execute the following commands to unpack 4.3.2 source release and build the binary artifact. ```shell - > unzip rocketmq-all-4.3.0-source-release.zip - > cd rocketmq-all-4.3.0/ + > unzip rocketmq-all-4.3.2-source-release.zip + > cd rocketmq-all-4.3.2/ > mvn -Prelease-all -DskipTests clean install -U > cd distribution/target/apache-rocketmq ``` diff --git a/_docs/10-download-releases.md b/_docs/10-download-releases.md index 826a8e15e6..d0beb8bb5a 100644 --- a/_docs/10-download-releases.md +++ b/_docs/10-download-releases.md @@ -11,23 +11,52 @@ The table below shows the supported jre environment for components of each relea | 4.0.0-incubating | >=1.7 | >=1.8 | >=1.8 | | 4.1.0-incubating | >=1.6 | >=1.8 | >=1.8 | | 4.2.0 | >=1.6 | >=1.8 | >=1.8 | +| 4.3.x | >=1.6 | >=1.8 | >=1.8 | # Download links -Use the links below to download the Apache RocketMQ Releases, the latest release is 4.2.0. +Use the links below to download the Apache RocketMQ Releases, the latest release is 4.3.2. + +## 4.3.2 release + +* Released November 2, 2018 +* [Release Notes](/release_notes/release-notes-4.3.2) +* Source: [rocketmq-all-4.3.2-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.2/rocketmq-all-4.3.2-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-source-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.1-source-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-source-release.zip.sha1)] +* Binary: [rocketmq-all-4.3.2-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.1-bin-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip.sha1)] + +## 4.3.1 release + +* Released August 29, 2018 +* [Release Notes](/release_notes/release-notes-4.3.1) +* Source: [rocketmq-all-4.3.1-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.1/rocketmq-all-4.3.1-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-source-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-source-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-source-release.zip.sha1)] +* Binary: [rocketmq-all-4.3.1-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.3.1/rocketmq-all-4.3.1-bin-release.zip.sha1)] + +## 4.3.0 release + +* Released July 24, 2018 +* [Release Notes](/release_notes/release-notes-4.3.0) +* Source: [rocketmq-all-4.3.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.0/rocketmq-all-4.3.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-source-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-source-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-source-release.zip.sha1)] +* Binary: [rocketmq-all-4.3.0-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.0/rocketmq-all-4.3.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-bin-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-bin-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.3.0/rocketmq-all-4.3.0-bin-release.zip.sha1)] + ## 4.2.0 release +* Released December 13, 2017 +* [Release Notes](/release_notes/release-notes-4.2.0) * Source: [rocketmq-all-4.2.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.2.0/rocketmq-all-4.2.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.2.0/rocketmq-all-4.2.0-source-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.2.0/rocketmq-all-4.2.0-source-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.2.0/rocketmq-all-4.2.0-source-release.zip.sha1)] * Binary: [rocketmq-all-4.2.0-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.2.0/rocketmq-all-4.2.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.2.0/rocketmq-all-4.2.0-bin-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.2.0/rocketmq-all-4.2.0-bin-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.2.0/rocketmq-all-4.2.0-bin-release.zip.sha1)] ## 4.1.0-incubating release +* Released June 2, 2017 +* [Release Notes](/release_notes/release-notes-4.1.0-incubating) * Source: [rocketmq-all-4.1.0-incubating-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.1.0-incubating/rocketmq-all-4.1.0-incubating-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.1.0-incubating/rocketmq-all-4.1.0-incubating-source-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.1.0-incubating/rocketmq-all-4.1.0-incubating-source-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.1.0-incubating/rocketmq-all-4.1.0-incubating-source-release.zip.sha1)] * Binary: [rocketmq-all-4.1.0-incubating-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.1.0-incubating/rocketmq-all-4.1.0-incubating-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.1.0-incubating/rocketmq-all-4.1.0-incubating-bin-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.1.0-incubating/rocketmq-all-4.1.0-incubating-bin-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.1.0-incubating/rocketmq-all-4.1.0-incubating-bin-release.zip.sha1)] ## 4.0.0-incubating release +* Released January 24, 2017 +* [Release Notes](/release_notes/release-notes-4.0.0-incubating) * Source: [rocketmq-all-4.0.0-incubating-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-source-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-source-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-source-release.zip.sha1)] * Binary: [rocketmq-all-4.0.0-incubating-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-bin-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-bin-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.0.0-incubating/rocketmq-all-4.0.0-incubating-bin-release.zip.sha1)] From 11ee327e58e0f773200e59fd140704c8733d7db4 Mon Sep 17 00:00:00 2001 From: walking98 Date: Fri, 16 Nov 2018 10:50:34 +0800 Subject: [PATCH 2/2] move the download meanu upper --- _data/navigation.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index ddceb8a316..fe1051c797 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -43,7 +43,12 @@ docs: url: /docs/transaction-example/ - title: "FAQ" url: /docs/faq/ - + + - title: Release Notes + children: + - title: "Download" + url: "/dowloading/releases/" + - title: Deployment & Operations children: - title: "Architecture" @@ -80,14 +85,10 @@ docs: url: /docs/best-practice-namesvr/ - title: "JVM/Kernel Config" url: /docs/system-config/ - - title: Release Notes - children: - - title: "Download" - url: "/dowloading/releases/" + - title: RoadMap url: /docs/roadmap/ - about: - title: Team url: /about/team/