From 5ebb59ffe0aadce900b2bced8d5ecd113ae1f26c Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:16:05 +0000 Subject: [PATCH 01/14] update zh-cn/release-notes/OpenHarmony-2-0-Canary.md. Signed-off-by: duangavin123 --- zh-cn/release-notes/OpenHarmony-2-0-Canary.md | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/zh-cn/release-notes/OpenHarmony-2-0-Canary.md b/zh-cn/release-notes/OpenHarmony-2-0-Canary.md index 78498d686f4..796c862a3fd 100644 --- a/zh-cn/release-notes/OpenHarmony-2-0-Canary.md +++ b/zh-cn/release-notes/OpenHarmony-2-0-Canary.md @@ -55,26 +55,38 @@ ## 源码获取 -### 方式一(推荐) + +### 通过repo下载 + + **方式一(推荐)** 通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 - ```sh + ``` repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` -### 方式二 + **方式二** 通过repo + https 下载。 -```sh +``` repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` +### 通过镜像站点获取 + +**表2** 源码获取路径 + +| 版本源码 | 版本信息 | 下载站点 | SHA256校验码 | +| -------- | -------- | -------- | -------- | +| 全量代码 | 2.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/2.0/code-2.0-canary_20210601.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/2.0/code-2.0-canary_20210601.tar.gz.sha256) | +| Release Notes | 2.0 | [站点](https://gitee.com/openharmony/docs/blob/master/zh-cn/release-notes/OpenHarmony-2-0-Canary.md) | - | + ## 更新说明 本版本完全继承了OpenHarmony 1.1.0的所有特性,并在OpenHarmony 1.1.0版本的基础上,新增标准系统版本形态,详情请参考下表 。 -- Gitee From 71cd6eceb63388f945d0d68fbdc0bb6f8ed29f19 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:21:43 +0000 Subject: [PATCH 02/14] update zh-cn/release-notes/OpenHarmony-v3.0-LTS.md. Signed-off-by: duangavin123 --- zh-cn/release-notes/OpenHarmony-v3.0-LTS.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md b/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md index 330c18a953e..4b955898944 100644 --- a/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md +++ b/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md @@ -64,11 +64,14 @@ ## 源码获取 + +### 通过repo获取 + **方式** **一(推荐)** 通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 -```undefined +``` repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v3.0-LTS --no-repo-verify repo sync -c repo forall -c 'git lfs pull' @@ -78,12 +81,26 @@ repo forall -c 'git lfs pull' 通过repo + https 下载。 -```undefined +``` repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v3.0-LTS --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` +### 从镜像站点获取 + +**表2** 获取源码路径 + +| **LTS版本源码** | **版本信息** | **下载站点** | **SHA256校验码** | +| -------- | -------- | -------- | -------- | +| 全量代码(标准、轻量和小型系统) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz.sha256) | +| 标准系统解决方案(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/standard.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/wifiiot-3.0.tar.gz.sha256) | +| Hi3861解决方案(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_pegasus.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_pegasus.tar.gz.sha256) | +| Hi3518解决方案(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_aries.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_aries.tar.gz.sha256) | +| Hi3516解决方案-LiteOS(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus.tar.gz.sha256) | +| Hi3516解决方案-Linux(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus_linux.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus_linux.tar.gz.sha256) | +| Release Notes | 3.0 | [站点](https://gitee.com/openharmony/docs/blob/OpenHarmony-3.0-LTS/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md) | - | + ## 更新说明 -- Gitee From fad3351ca277c19f0ec886e42fce1414715224c2 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:24:16 +0000 Subject: [PATCH 03/14] update zh-cn/release-notes/OpenHarmony-v2.2-beta2.md. Signed-off-by: duangavin123 --- zh-cn/release-notes/OpenHarmony-v2.2-beta2.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md b/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md index 1e56b9474b9..56c2c56885f 100644 --- a/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md +++ b/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md @@ -63,6 +63,8 @@ ## 源码获取 +### 通过repo下载 + **方式一(推荐)** 通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 @@ -83,6 +85,21 @@ repo sync -c repo forall -c 'git lfs pull' ``` +### 通过镜像站点下载 + +**表2** 源码获取路径 + +| 版本源码 | 版本信息 | 下载站点 | SHA256校验码 | +| -------- | -------- | -------- | -------- | +| 全量代码(标准、轻量和小型系统) | 2.2 | [站点](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/code-v2.2-beta2_20210730.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/code-v2.2-beta2_20210730.tar.gz.sha256) | +| 标准系统解决方案(二进制) | 2.2 | [站点](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/standard-2.2-Beta2.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/standard-2.2-Beta2.tar.gz.sha256) | +| Hi3861解决方案(二进制) | 2.2 | [站点](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_pegasus-2.2-Beta2.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_pegasus-2.2-Beta2.tar.gz.sha256) | +| Hi3518解决方案(二进制) | 2.2 | [站点](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_aries-2.2-Beta2.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_aries-2.2-Beta2.tar.gz.sha256) | +| Hi3516解决方案-LiteOS(二进制) | 2.2 | [站点](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus-2.2-Beta2.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus-2.2-Beta2.tar.gz.sha256) | +| Hi3516解决方案-Linux(二进制) | 2.2 | [站点](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus_linux-2.2-Beta2.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus_linux-2.2-Beta2.tar.gz.sha256) | +| Release Notes | 2.2 | [站点](https://gitee.com/openharmony/docs/blob/master/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md) | - | + + ## 更新说明 本版本在继承了OpenHarmony 2.0 Canary的基础上有如下变更。 -- Gitee From 77ff2cad17e420f4df14b64cdb4f8ee67e2c937e Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:28:09 +0000 Subject: [PATCH 04/14] update en/release-notes/openharmony-2-0-canary.md. Signed-off-by: duangavin123 --- en/release-notes/openharmony-2-0-canary.md | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/en/release-notes/openharmony-2-0-canary.md b/en/release-notes/openharmony-2-0-canary.md index af827a9ca69..c1be02bb3e5 100644 --- a/en/release-notes/openharmony-2-0-canary.md +++ b/en/release-notes/openharmony-2-0-canary.md @@ -52,6 +52,49 @@ On the basis of OpenHarmony 1.1.0, OpenHarmony 2.0 adds the version for the stan +## Version Mapping + +**表1** Version mapping of software and tools + +| Software | Version | Remarks | +| -------- | -------- | -------- | +| OpenHarmony | 2.0 Canary | N/A | +| (Optional) HUAWEI DevEco Studio | DevEco Studio 2.1 Release | It is recommended for developing OpenHarmony apps. | +| (Optional) HUAWEI DevEco Device Tool | DevEco DeviceTool 2.2 Beta1 | It is recommended for OpenHarmony smart devices. | + + +## Source Code Acquisition + + +### Acquiring Source Code Using the repo Tool + +**Method 1 (recommended)**: Use the **repo** tool to download the source code over SSH. (You must have registered an SSH public key for access to Gitee.) + +``` +repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify +repo sync-c +repo forall -c'git lfs pull' +``` + +**Method 2**: Use the **repo** tool to download the source code over HTTPS. + +``` +repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify +repo sync-c +repo forall -c'git lfs pull' +``` + + +### Acquiring Source Code from Image Sites + +**表2** Sites for acquiring source code + +| Source Code | Version | Site | SHA-256 Checksum | +| -------- | -------- | -------- | -------- | +| Full code base | 2.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.0/code-2.0-canary_20210601.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.0/code-2.0-canary_20210601.tar.gz.sha256) | +| Release Notes | 2.0 | [Download](https://gitee.com/openharmony/docs/blob/master/en/release-notes/openharmony-2-0-canary.md) | - | + + ## What's New This version inherits all the features of OpenHarmony 1.1.0 and adds the version form for the standard system. The following table describes the specific features added for the version form. -- Gitee From c820419a651cb513d4eb4382e12dbebc1ebe5304 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:31:51 +0000 Subject: [PATCH 05/14] update en/release-notes/openharmony-2-0-canary.md. Signed-off-by: duangavin123 --- en/release-notes/openharmony-2-0-canary.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/en/release-notes/openharmony-2-0-canary.md b/en/release-notes/openharmony-2-0-canary.md index c1be02bb3e5..a744e35a8b7 100644 --- a/en/release-notes/openharmony-2-0-canary.md +++ b/en/release-notes/openharmony-2-0-canary.md @@ -52,16 +52,6 @@ On the basis of OpenHarmony 1.1.0, OpenHarmony 2.0 adds the version for the stan -## Version Mapping - -**表1** Version mapping of software and tools - -| Software | Version | Remarks | -| -------- | -------- | -------- | -| OpenHarmony | 2.0 Canary | N/A | -| (Optional) HUAWEI DevEco Studio | DevEco Studio 2.1 Release | It is recommended for developing OpenHarmony apps. | -| (Optional) HUAWEI DevEco Device Tool | DevEco DeviceTool 2.2 Beta1 | It is recommended for OpenHarmony smart devices. | - ## Source Code Acquisition @@ -87,7 +77,7 @@ repo forall -c'git lfs pull' ### Acquiring Source Code from Image Sites -**表2** Sites for acquiring source code +**Table 2** Sites for acquiring source code | Source Code | Version | Site | SHA-256 Checksum | | -------- | -------- | -------- | -------- | -- Gitee From 0163552923b09d5eb870b81b499a14ae54e580f0 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:36:06 +0000 Subject: [PATCH 06/14] update en/release-notes/OpenHarmony-v3.0-LTS.md. Signed-off-by: duangavin123 --- en/release-notes/OpenHarmony-v3.0-LTS.md | 37 +++++++++++++++++------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/en/release-notes/OpenHarmony-v3.0-LTS.md b/en/release-notes/OpenHarmony-v3.0-LTS.md index c891fd3d788..4ce2fd7b3c6 100644 --- a/en/release-notes/OpenHarmony-v3.0-LTS.md +++ b/en/release-notes/OpenHarmony-v3.0-LTS.md @@ -64,27 +64,42 @@ The feature updates for the mini and small systems are as follows: ## Source Code Acquisition -**Method 1 (recommended)** -Use the **repo** tool to download the source code over SSH. (You must have registered an SSH public key for access to Gitee.) +### Acquiring Source Code Using the repo Tool -```undefined +**Method 1 (recommended)**: Use the **repo** tool to download the source code over SSH. (You must have registered an SSH public key for access to Gitee.) + +``` repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v3.0-LTS --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` -**Method 2** - -Use the **repo** tool to download the source code over HTTPS. +**Method 2**: Use the **repo** tool to download the source code over HTTPS. -```undefined +``` repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v3.0-LTS --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` +### Acquiring Source Code from an Image Site + +**Table 2** Sites for acquiring source code + +| LTS Code | Version Information | Site | SHA-256 Verification Code | +| -------- | -------- | -------- | -------- | +| Full code (for mini, small, and standard systems) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz.sha256) | +| Standard system solution (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/standard.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/wifiiot-3.0.tar.gz.sha256) | +| Hi3861 solution (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_pegasus.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_pegasus.tar.gz.sha256) | +| Hi3518 solution (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_aries.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_aries.tar.gz.sha256) | +| Hi3516 solution-LiteOS (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus.tar.gz.sha256) | +| Hi3516 solution-Linux (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus_linux.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus_linux.tar.gz.sha256) | +| Release Notes | 3.0 | [Download](https://gitee.com/openharmony/docs/blob/master/en/release-notes/OpenHarmony-v3.0-LTS.md) | - | + + + ## What's New This version has the following updates to OpenHarmony 2.2 Beta2. @@ -92,7 +107,7 @@ This version has the following updates to OpenHarmony 2.2 Beta2. ### Feature Updates -**Table 2** New and enhanced features +**Table 3** New and enhanced features | Subsystem| Standard System| Mini and Small Systems| | -------- | -------- | -------- | @@ -130,7 +145,7 @@ For details about the adaptation status, see [SIG-Devboard](https://gitee.com/op ## Resolved Issues -**Table 3** Issues resolved for mini and small systems +**Table 4** Issues resolved for mini and small systems | Issue No.| Description| | -------- | -------- | @@ -150,7 +165,7 @@ For details about the adaptation status, see [SIG-Devboard](https://gitee.com/op | [I490KZ](https://gitee.com/openharmony/kernel_liteos_a/issues/I490KZ) | The **FutexTest.testPthreadTimdOutRWlockWR** case fails to be executed.| | [I44SFO](https://gitee.com/openharmony/third_party_toybox/issues/I44SFO) | During the integration test, a file in a directory is moved to another directory, and then a file with the same name is created in the first directory. When the user attempts to move the new file, a message is displayed, indicating that the file does not exist.| -Table 4 Issues resolved for the standard system +Table 5 Issues resolved for the standard system | Issue No.| Description| | -------- | -------- | @@ -165,7 +180,7 @@ Table 4 Issues resolved for the standard system ## Known Issues -**Table 5** Known issues +**Table 6** Known issues | Issue| Description| Impact| To Be Resolved On| | -------- | -------- | -------- | -------- | -- Gitee From e4ecc312986768262717f06d5903f5a5a80814ef Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:40:20 +0000 Subject: [PATCH 07/14] update en/release-notes/OpenHarmony-v2.2-beta2.md. Signed-off-by: duangavin123 --- en/release-notes/OpenHarmony-v2.2-beta2.md | 30 ++++++++++++++++------ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/en/release-notes/OpenHarmony-v2.2-beta2.md b/en/release-notes/OpenHarmony-v2.2-beta2.md index 717fa464a69..20d10400d43 100644 --- a/en/release-notes/OpenHarmony-v2.2-beta2.md +++ b/en/release-notes/OpenHarmony-v2.2-beta2.md @@ -61,11 +61,12 @@ The feature updates for the mini system and small system are as follows: -## Source Code Acquisition +## Source Code Acquisition -**Method 1 \(recommended\)** -Use the **repo** tool to download the source code over SSH. \(You must have registered an SSH public key for access to Gitee.\) +### Acquiring Source Code Using the repo Tool + +**Method 1 (recommended)**: Use the **repo** tool to download the source code over SSH. (You must have registered an SSH public key for access to Gitee.) ``` repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v2.2-Beta2 --no-repo-verify @@ -73,9 +74,7 @@ repo sync -c repo forall -c 'git lfs pull' ``` -**Method 2** - -Use the **repo** tool to download the source code over HTTPS. +**Method 2**: Use the **repo** tool to download the source code over HTTPS. ``` repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v2.2-Beta2 --no-repo-verify @@ -83,11 +82,26 @@ repo sync -c repo forall -c 'git lfs pull' ``` + +### Acquiring Source Code from Image Sites + +**Table 2** Sites for acquiring source code + +| Source Code | Version | Site | SHA-256 Checksum | +| -------- | -------- | -------- | -------- | +| Full code (for mini, small, and standard systems) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/code-v2.2-beta2_20210730.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/code-v2.2-beta2_20210730.tar.gz.sha256) | +| Standard system solution (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/standard-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/standard-2.2-Beta2.tar.gz.sha256) | +| Hi3861 solution (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_pegasus-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_pegasus-2.2-Beta2.tar.gz.sha256) | +| Hi3518 solution (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_aries-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_aries-2.2-Beta2.tar.gz.sha256) | +| Hi3516 solution-LiteOS (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus-2.2-Beta2.tar.gz.sha256) | +| Hi3516 solution-Linux (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus_linux-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus_linux-2.2-Beta2.tar.gz.sha256) | +| Release Notes | 2.2 | [Download](https://gitee.com/openharmony/docs/blob/master/en/release-notes/OpenHarmony-v2.2-beta2.md) | - | + ## What's New This release provides the following new and enhanced features based on OpenHarmony 2.0 Canary. -**Table 2** New and enhanced features +**Table 3** New and enhanced features

Subsystem

@@ -250,7 +264,7 @@ This release provides the following new and enhanced features based on OpenHarmo ## Resolved Issues -**Table 3** **Resolved issues** +**Table 4** **Resolved issues**

Issue No.

-- Gitee From d83226a5a61247246a30e02effddc674a55c560d Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:42:55 +0000 Subject: [PATCH 08/14] update en/release-notes/openharmony-2-0-canary.md. Signed-off-by: duangavin123 --- en/release-notes/openharmony-2-0-canary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/release-notes/openharmony-2-0-canary.md b/en/release-notes/openharmony-2-0-canary.md index a744e35a8b7..972afed41ac 100644 --- a/en/release-notes/openharmony-2-0-canary.md +++ b/en/release-notes/openharmony-2-0-canary.md @@ -89,7 +89,7 @@ repo forall -c'git lfs pull' This version inherits all the features of OpenHarmony 1.1.0 and adds the version form for the standard system. The following table describes the specific features added for the version form. -**Table 2** New features +**Table 3** New features

Subsystem

-- Gitee From 9fe1775bb7f9628a7861b223a07a9c06ed3856c1 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:44:10 +0000 Subject: [PATCH 09/14] update zh-cn/release-notes/OpenHarmony-v3.0-LTS.md. Signed-off-by: duangavin123 --- zh-cn/release-notes/OpenHarmony-v3.0-LTS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md b/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md index 4b955898944..a5e9b2922ce 100644 --- a/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md +++ b/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md @@ -109,7 +109,7 @@ repo forall -c 'git lfs pull' ### 特性变更 -**表2** 版本新增特性表 +**表3** 版本新增特性表 | 子系统名称 | 标准系统 | 轻量、小型系统 | | -------- | -------- | -------- | @@ -147,7 +147,7 @@ API变更请参考:[JS API 差异报告](api-change/v3.0-LTS/js-apidiff-v3.0-l ## 修复缺陷列表 -**表3** 轻量和小型系统解决的缺陷ISSUE列表 +**表4** 轻量和小型系统解决的缺陷ISSUE列表 | ISSUE单号 | 问题描述 | | -------- | -------- | @@ -167,7 +167,7 @@ API变更请参考:[JS API 差异报告](api-change/v3.0-LTS/js-apidiff-v3.0-l | [I490KZ](https://gitee.com/openharmony/kernel_liteos_a/issues/I490KZ) | FutexTest.testPthreadTimdOutRWlockWR用例执行失败 | | [I44SFO](https://gitee.com/openharmony/third_party_toybox/issues/I44SFO) | 集成测试在某个目录下mv一个文件后,再在此目录下创建同名文件并二次mv该文件失败,提示此文件不存在 | -**表4** 标准系统解决的缺陷ISSUE列表 +**表5** 标准系统解决的缺陷ISSUE列表 | ISSUE单号 | 问题描述 | | -------- | -------- | @@ -182,7 +182,7 @@ API变更请参考:[JS API 差异报告](api-change/v3.0-LTS/js-apidiff-v3.0-l ## 遗留缺陷列表 -**表5** 遗留缺陷列表 +**表6** 遗留缺陷列表 | ISSUE | 问题描述 | 影响 | 计划解决日期 | | -------- | -------- | -------- | -------- | -- Gitee From c8d0a6e2e1b52d6f0cff21c92f9fe3ed8efd01ea Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:45:10 +0000 Subject: [PATCH 10/14] update zh-cn/release-notes/OpenHarmony-v2.2-beta2.md. Signed-off-by: duangavin123 --- zh-cn/release-notes/OpenHarmony-v2.2-beta2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md b/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md index 56c2c56885f..3019e69eab5 100644 --- a/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md +++ b/zh-cn/release-notes/OpenHarmony-v2.2-beta2.md @@ -106,7 +106,7 @@ repo forall -c 'git lfs pull' ### 特性变更 -**表 2** 版本新增特性表 +**表 3** 版本新增特性表

子系统名称

@@ -277,7 +277,7 @@ API变更请参考: ## 修复缺陷列表 -**表 3** **解决的缺陷ISSUE列表** +**表 4** **解决的缺陷ISSUE列表** -- Gitee From 2339371a98d47efbf3d7406ef8b4ff1480d4c90b Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:45:39 +0000 Subject: [PATCH 11/14] update zh-cn/release-notes/OpenHarmony-2-0-Canary.md. Signed-off-by: duangavin123 --- zh-cn/release-notes/OpenHarmony-2-0-Canary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/release-notes/OpenHarmony-2-0-Canary.md b/zh-cn/release-notes/OpenHarmony-2-0-Canary.md index 796c862a3fd..576270b301a 100644 --- a/zh-cn/release-notes/OpenHarmony-2-0-Canary.md +++ b/zh-cn/release-notes/OpenHarmony-2-0-Canary.md @@ -91,7 +91,7 @@ repo forall -c 'git lfs pull' 本版本完全继承了OpenHarmony 1.1.0的所有特性,并在OpenHarmony 1.1.0版本的基础上,新增标准系统版本形态,详情请参考下表 。 -**表 2** 版本新增特性表 +**表 3** 版本新增特性表

子系统名称

-- Gitee From a22e28a58b6ace17e3732e63e68940c52b57384a Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Fri, 17 Dec 2021 03:27:02 +0000 Subject: [PATCH 12/14] update en/release-notes/OpenHarmony-v3.0-LTS.md. Signed-off-by: duangavin123 --- en/release-notes/OpenHarmony-v3.0-LTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/release-notes/OpenHarmony-v3.0-LTS.md b/en/release-notes/OpenHarmony-v3.0-LTS.md index 4ce2fd7b3c6..841f05350b6 100644 --- a/en/release-notes/OpenHarmony-v3.0-LTS.md +++ b/en/release-notes/OpenHarmony-v3.0-LTS.md @@ -185,7 +185,7 @@ Table 5 Issues resolved for the standard system | Issue| Description| Impact| To Be Resolved On| | -------- | -------- | -------- | -------- | | [I48IM7](https://gitee.com/openharmony/hiviewdfx_hilog/issues/I48IM7) | During the hilog pressure test, **hilogd** restarts unexpectedly, and the **hilog** command cannot be used.| In the pressure test, there is a low probability that the log output is abnormal. The log output is normal in the commissioning scenario.| October 30| -| [I48YPH](https://gitee.com/openharmony/communication_dsoftbus/issues/I48YPH) | [DSoftBus - Networking] During the testing of the getting-offline - discovery - networking cycle, there are 3 failures among all the 110 attempts.| There is a low probability that this issue occurs. If a networking failure occurs, initiate the networking again.| October 30| +| [I48YPH](https://gitee.com/openharmony/security_deviceauth/issues/I48YPH) | [DSoftBus - Networking] During the testing of the getting-offline - discovery - networking cycle, there are 3 failures among all the 110 attempts.| There is a low probability that this issue occurs. If a networking failure occurs, initiate the networking again.| October 30| | [I4BVVW](https://gitee.com/openharmony/communication_dsoftbus/issues/I4BVVW) | [DSoftBus - Networking] The success rate of self-networking between a standard-system device and mobile phone is 97%.| There is a low probability that the networking fails.| October 30| | [I4BXWY](https://gitee.com/openharmony/multimedia_media_standard/issues/I4BXWY) | For Hi3516, noises occur during playback of an audio recording.| This issue occurs only when this development board is used.| October 30| | [I4BXY1](https://gitee.com/openharmony/multimedia_camera_standard/issues/I4BXY1) | There is no sound in the first few seconds of a video recording, the sound and image are out of sync, frame freezing occurs, and noises occur when the audio source was far away during recording.| This issue occurs only when this development board is used.| October 30| -- Gitee From a8b20cc4e9d53d4f1850108e68e89b6c5379211a Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Fri, 17 Dec 2021 07:11:55 +0000 Subject: [PATCH 13/14] update zh-cn/release-notes/OpenHarmony-v3.0-LTS.md. Signed-off-by: duangavin123 --- zh-cn/release-notes/OpenHarmony-v3.0-LTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md b/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md index a5e9b2922ce..93ef817b5c2 100644 --- a/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md +++ b/zh-cn/release-notes/OpenHarmony-v3.0-LTS.md @@ -94,7 +94,7 @@ repo forall -c 'git lfs pull' | **LTS版本源码** | **版本信息** | **下载站点** | **SHA256校验码** | | -------- | -------- | -------- | -------- | | 全量代码(标准、轻量和小型系统) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz.sha256) | -| 标准系统解决方案(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/standard.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/wifiiot-3.0.tar.gz.sha256) | +| 标准系统解决方案(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/standard.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/standard.tar.gz.sha256) | | Hi3861解决方案(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_pegasus.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_pegasus.tar.gz.sha256) | | Hi3518解决方案(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_aries.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_aries.tar.gz.sha256) | | Hi3516解决方案-LiteOS(二进制) | 3.0 | [站点](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus.tar.gz.sha256) | -- Gitee From 44afb0270cf7a46b052e96c52cfd86aeff920f24 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Fri, 17 Dec 2021 07:13:48 +0000 Subject: [PATCH 14/14] update en/release-notes/OpenHarmony-v3.0-LTS.md. Signed-off-by: duangavin123 --- en/release-notes/OpenHarmony-v3.0-LTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/release-notes/OpenHarmony-v3.0-LTS.md b/en/release-notes/OpenHarmony-v3.0-LTS.md index 841f05350b6..f8155388186 100644 --- a/en/release-notes/OpenHarmony-v3.0-LTS.md +++ b/en/release-notes/OpenHarmony-v3.0-LTS.md @@ -91,7 +91,7 @@ repo forall -c 'git lfs pull' | LTS Code | Version Information | Site | SHA-256 Verification Code | | -------- | -------- | -------- | -------- | | Full code (for mini, small, and standard systems) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz.sha256) | -| Standard system solution (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/standard.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/wifiiot-3.0.tar.gz.sha256) | +| Standard system solution (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/standard.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/standard.tar.gz.sha256) | | Hi3861 solution (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_pegasus.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_pegasus.tar.gz.sha256) | | Hi3518 solution (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_aries.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_aries.tar.gz.sha256) | | Hi3516 solution-LiteOS (binary) | 3.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0/hispark_taurus.tar.gz.sha256) | -- Gitee