This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 11e0ac3a21c fix
11e0ac3a21c is described below
commit 11e0ac3a21c1882765aa3fe8fd4d2448cb01ac39
Author: jiafeng.zhang <[email protected]>
AuthorDate: Wed Jan 4 11:04:47 2023 +0800
fix
---
i18n/zh-CN/code.json | 4 ++--
src/pages/download/index.tsx | 4 ++--
src/pages/index.tsx | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/i18n/zh-CN/code.json b/i18n/zh-CN/code.json
index e3b4beee910..e3a93c3ad52 100644
--- a/i18n/zh-CN/code.json
+++ b/i18n/zh-CN/code.json
@@ -315,7 +315,7 @@
"message": "Doris 团队"
},
"homepage.news": {
- "message": "2022.12.07, Apache Doris 1.2.0 正式发布",
+ "message": "2023.01.04, Apache Doris 1.2.1 正式发布",
"description": "The label for the link to homepage news"
},
"homepage.what": {
@@ -766,6 +766,6 @@
"message": "注意事项"
},
"download.quick.download.notice": {
- "message": "1.2.0 版本暂不支持使用 JDK11 运行,会在后续版本修复。"
+ "message": "1.2.1 版本暂不支持使用 JDK11 运行,会在后续版本修复。"
}
}
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index d49bb5dc6c4..82662f092e1 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -208,7 +208,7 @@ export default function Download(): JSX.Element {
</li>
) : (
<li>
- Due to file size limitations,
the binary for version 1.2.0 is divided
+ Due to file size limitations,
the binary for version 1.2.1 is divided
into three packages. The
`apache-doris-java-udf-jar-with-dependencies`
package is used to support the
new JDBC expansion table and JAVA UDF.
After downloading, you need to
put the
@@ -218,7 +218,7 @@ export default function Download(): JSX.Element {
)}
<li>
<Translate
id="download.quick.download.notice">
- Version 1.2.0 does not support
running with JDK11, and it will be fixed
+ Version 1.2.1 does not support
running with JDK11, and it will be fixed
in a later version.
</Translate>
</li>
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index fe1317d3094..965e598afef 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -151,9 +151,9 @@ export default function Home(): JSX.Element {
<div className="news-wrap">
<div className="news-item">
<span className="news-icon"></span>
- <Link to="/docs/dev/releasenotes/release-1.2.0"
className="news-content">
+ <Link to="/docs/dev/releasenotes/release-1.2.1"
className="news-content">
<Translate id="homepage.news" description="The
label for the link to homepage news">
- 2022.12.07, Apache Doris 1.2.0 is
officially released
+ 2022.12.07, Apache Doris 1.2.1 is
officially released
</Translate>
</Link>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]