You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/10/25 10:38:26 UTC

[incubator-iotdb-website] branch support_0.8.1 created (now fd5bb1e)

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a change to branch support_0.8.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git.


      at fd5bb1e  support 0.8.1

This branch includes the following new commits:

     new fd5bb1e  support 0.8.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb-website] 01/01: support 0.8.1

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch support_0.8.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git

commit fd5bb1ee0197fd2db51f46fc0eb10ac81face511
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Fri Oct 25 12:38:06 2019 +0200

    support 0.8.1
---
 src/components/Global.vue |  8 +++++++-
 src/views/Download.vue    | 20 +++++++++++++++-----
 2 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/src/components/Global.vue b/src/components/Global.vue
index 8c7e661..8727d8b 100644
--- a/src/components/Global.vue
+++ b/src/components/Global.vue
@@ -10,9 +10,15 @@
   const DOC_URL_PREFIX = "https://raw.githubusercontent.com/apache/incubator-iotdb/";
   const DOC_ENG_PREFIX = "/docs/Documentation";
   const DOC_CHN_PREFIX = "/docs/Documentation-CHN";
-  const DEFAULT_VERSION = "0.8.0";
+  const DEFAULT_VERSION = "0.8.1";
   const PROGRESS_STR = "progress";
   const SUPPORT_VERSION = {
+    "0.8.1": {
+      "branch": "release/0.8.1",
+      "doc-prefix": DOC_URL_PREFIX,
+      'text': "V0.8.1",
+      'content': '0-Content.md'
+    },
     "0.8.0": {
       "branch": "release/0.8.0",
       "doc-prefix": DOC_URL_PREFIX,
diff --git a/src/views/Download.vue b/src/views/Download.vue
index d4d1c68..e8249d8 100644
--- a/src/views/Download.vue
+++ b/src/views/Download.vue
@@ -18,7 +18,6 @@
                                                                     :href="selectVersionObj.binariesASCUrl">ASC</a>]</span>
             </li>
             <li style="margin: 5px" v-if="selectVersionObj.sourcesUrl!==''">
-              Download IoTDB Sources:<a class="link-color" :href="selectVersionObj.sourcesUrl"> {{selectVersionObj.text}} Sources</a>
               <span v-if="selectVersionObj.sourcesSHA512Url!==''">[<a class="link-color"
                                                                       :href="selectVersionObj.sourcesSHA512Url">SHA512</a>]</span>
               <span v-if="selectVersionObj.sourcesASCUrl!==''">[<a class="link-color"
@@ -34,8 +33,7 @@
           </div>
 
           <p>Main features and change list of each version, please check
-            <router-link to="/Materials/Release Notes">release notes</router-link>
-            .
+            <a class="link-color" :href="selectVersionObj.releaseNoteUrl">release notes</a>.
           </p>
 
           <span v-if="!selectVersionObj.isUnofficialVersion">
@@ -75,13 +73,24 @@
         selectVersionObj: {},
         downloadVersionList: [
           {
+            text: 'IoTDB v0.8.1',
+            binariesUrl: 'https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-bin.zip',
+            binariesSHA512Url: 'https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-bin.zip.sha512',
+            binariesASCUrl: 'https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-bin.zip.asc',
+            sourcesUrl: 'https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-source-release.zip',
+            sourcesSHA512Url: 'https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-source-release.zip.sha512',
+            sourcesASCUrl: 'https://www.apache.org/dist/incubator/iotdb/0.8.1-incubating/apache-iotdb-0.8.1-incubating-source-release.zip.asc',
+            releaseNoteUrl: 'https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.8.1/RELEASE_NOTES.md'
+          },
+          {
             text: 'IoTDB v0.8.0',
             binariesUrl: 'https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-bin.zip',
             binariesSHA512Url: 'https://www.apache.org/dist/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-bin.zip.sha512',
             binariesASCUrl: 'https://www.apache.org/dist/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-bin.zip.asc',
             sourcesUrl: 'https://www.apache.org/dyn/closer.cgi/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-source-release.zip',
             sourcesSHA512Url: 'https://www.apache.org/dist/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-source-release.zip.sha512',
-            sourcesASCUrl: 'https://www.apache.org/dist/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-source-release.zip.asc'
+            sourcesASCUrl: 'https://www.apache.org/dist/incubator/iotdb/0.8.0-incubating/apache-iotdb-0.8.0-incubating-source-release.zip.asc',
+            releaseNoteUrl: 'https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.8.0/RELEASE_NOTES.md'
           },
           {
             text: 'IoTDB v0.7.0 pre-Apache',
@@ -91,7 +100,8 @@
             sourcesUrl: '',
             sourcesSHA512Url: '',
             sourcesASCUrl: '',
-            isUnofficialVersion: true
+            isUnofficialVersion: true,
+            releaseNoteUrl: 'https://raw.githubusercontent.com/apache/incubator-iotdb/0.7.0-doc/docs/Documentation/OtherMaterial-ReleaseNotesV0.7.0.md'
           },
         ]
       }