make v1.5.0 document the deafult document
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/cb3b8444 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/cb3b8444 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/cb3b8444 Branch: refs/heads/document Commit: cb3b8444dadcf4d096333a13a7d68f84be05c323 Parents: a144961 Author: Yang Li <[email protected]> Authored: Sat Mar 19 08:15:52 2016 +0800 Committer: Yang Li <[email protected]> Committed: Sat Mar 19 08:15:52 2016 +0800 ---------------------------------------------------------------------- website/_docs15/release_notes.md | 2 +- website/_includes/header.cn.html | 2 +- website/_includes/header.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/cb3b8444/website/_docs15/release_notes.md ---------------------------------------------------------------------- diff --git a/website/_docs15/release_notes.md b/website/_docs15/release_notes.md index 1adefee..9b46d0d 100644 --- a/website/_docs15/release_notes.md +++ b/website/_docs15/release_notes.md @@ -19,7 +19,7 @@ or send to Apache Kylin mailing list: ## v1.5.0 - 2016-03-12 _Tag:_ [kylin-1.5.0](https://github.com/apache/kylin/tree/kylin-1.5.0) -Significant changes have taken place in metadata and cube data, upgrade from v1.3 and before is difficult. Recommend build new cube from scratch with this version. +__This version is not backward compatible.__ The format of cube and metadata has been refactored in order to get times of performance improvement. We recommend this version, but does not suggest upgrade from previous deployment directly. A clean and new deployment of this version is strongly recommended. If you have to upgrade from previous deployment, an upgrade guide will be provided by community later. __Highlights__ http://git-wip-us.apache.org/repos/asf/kylin/blob/cb3b8444/website/_includes/header.cn.html ---------------------------------------------------------------------- diff --git a/website/_includes/header.cn.html b/website/_includes/header.cn.html index 24627ff..3f6bdbe 100644 --- a/website/_includes/header.cn.html +++ b/website/_includes/header.cn.html @@ -40,7 +40,7 @@ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="/cn">é¦é¡µ</a></li> - <li><a href="/cn/docs" >ææ¡£</a></li> + <li><a href="/cn/docs15" >ææ¡£</a></li> <li><a href="/cn/download">ä¸è½½</li> <li><a href="/community" >社åº</a></li> <li><a href="/development" >å¼å</a></li> http://git-wip-us.apache.org/repos/asf/kylin/blob/cb3b8444/website/_includes/header.html ---------------------------------------------------------------------- diff --git a/website/_includes/header.html b/website/_includes/header.html index ac44d3b..389ef3d 100644 --- a/website/_includes/header.html +++ b/website/_includes/header.html @@ -45,7 +45,7 @@ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="/">Home</a></li> - <li><a href="/docs" >Docs</a></li> + <li><a href="/docs15" >Docs</a></li> <li><a href="/download">Download</li> <li><a href="/community" >Community</a></li> <li><a href="/development" >Development</a></li>
