From a56ada4a86d146453a874b464be00289560f19ac Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 30 Sep 2021 19:45:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=AF=BC=E5=85=A5OpenHarmony=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: duangavin123 --- en/release-notes/OpenHarmony-v1-1-3-LTS.md | 226 ++++++++++++++++++ en/release-notes/Readme.md | 1 + zh-cn/release-notes/OpenHarmony-v1-1-3-LTS.md | 226 ++++++++++++++++++ zh-cn/release-notes/Readme.md | 1 + 4 files changed, 454 insertions(+) create mode 100644 en/release-notes/OpenHarmony-v1-1-3-LTS.md create mode 100644 zh-cn/release-notes/OpenHarmony-v1-1-3-LTS.md diff --git a/en/release-notes/OpenHarmony-v1-1-3-LTS.md b/en/release-notes/OpenHarmony-v1-1-3-LTS.md new file mode 100644 index 0000000000..86f1269183 --- /dev/null +++ b/en/release-notes/OpenHarmony-v1-1-3-LTS.md @@ -0,0 +1,226 @@ +# OpenHarmony v1.1.3 LTS + +- [Overview](#section1846294912228) +- [Version Mapping](#section395983762117) +- [Source Code Acquisition](#section84808293211) + - [Acquiring Source Code from Image Sites](#section8394142222113) + +- [What's New](#section175225345334) +- [Resolved Issues](#section11935243172612) + +## Overview + +This is an updated long-term support \(LTS\) version of OpenHarmony. It supports more functions than and fixes some bugs in OpenHarmony 1.1.2. + +## Version Mapping + +**Table 1** Version mapping of software and tools + + + + + + + + + + + + + + + + +

Software

+

Version

+

Remarks

+

OpenHarmony

+

1.1.3 LTS

+

N/A

+

(Optional) HUAWEI DevEco Device Tool

+

HUAWEI DevEco Device Tool 2.1 Release

+

Recommended for developing 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-v1.1.3-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. + +``` +repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.3-LTS --no-repo-verify +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 Information

+

Site

+

SHA-256 Checksum

+

Full code base

+

1.1.3

+

Download

+

Download

+

Hi3861 solution (binary)

+

1.1.3

+

Download

+

Download

+

Hi3518 solution (binary)

+

1.1.3

+

Download

+

Download

+

Hi3516 solution (binary)

+

1.1.3

+

Download

+

Download

+

Release Notes

+

1.1.3

+

Download

+

N/A

+
+ +## What's New + +This version inherits all the features of OpenHarmony v1.1.2 and adds the support for version compilation for mini-system devices in the Windows environment. For details, see [Setting Up Windows Development Environment](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-lite-env-setup-windows.md). + +**Table 3** Feature updates + + + + + + + + + + + + + + +

Subsystem

+

New Feature

+

Modified Feature

+

Deleted Feature

+

Chip platform

+

Supports version compilation for mini-system devices in the Windows environment (pulls/60).

+

N/A

+

N/A

+
+ +## Resolved Issues + +The following table lists the known issues with OpenHarmony 1.1.2 that have been resolved in this version. + +**Table 4** Resolved issues + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Issue

+

Description

+

I43MZK

+

The release 1.0.1 branch name contains spaces, which does not comply with the external interface standard.

+

I44ZGK

+

The FFmpeg 4.2.2 component has an unfixed vulnerability.

+

I41ZMV

+

After ROM flashing on the Hi3516 chip, the module_ActsUiInterfaceTest1.bin test file exists in the bin directory.

+

I3ZOIO

+

Releasing the los_disk_deinit resource fails.

+

I43WLG

+

Starting OsMountRootfs fails.

+

I44ZXW

+

The curl component in the openharmony_1.0.1_release branch is of the version 7.69.1. An upgrade to 7.78.0 is required.

+

I48FKQ

+

A value other than 0 is returned when osEventFlagsGet is set to NULL.

+

I48FL1

+

Thread creation fails when attr of the osThreadNew function is set to NULL.

+

I48FLX

+

A system error occurs when the shell command rm -r is run to delete a node under dev.

+

I48FMK

+

The ActsProcessApiTest/UidGidTest/testGetgroup test case of small-system devices fails.

+

I48FMT

+

The implementation of the nanosleep function has a defect.

+
+ diff --git a/en/release-notes/Readme.md b/en/release-notes/Readme.md index a54a93a029..e2e4793780 100644 --- a/en/release-notes/Readme.md +++ b/en/release-notes/Readme.md @@ -3,6 +3,7 @@ - [OpenHarmony v2.2 beta2 (2021-08-04)](OpenHarmony-v2.2-beta2.md) - [OpenHarmony 2.0 Canary (2021-06-02)](openharmony-2-0-canary.md) ## OpenHarmony 1.x Releases +- [OpenHarmony v1.1.3 LTS (2021-09-30)](OpenHarmony-v1-1-3-LTS.md) - [OpenHarmony v1.1.2 LTS (2021-08-04)](OpenHarmony-v1.1.2-LTS.md) - [OpenHarmony 1.1.1 LTS (2021-06-22)](OpenHarmony-1-1-1-LTS.md) - [OpenHarmony 1.1.0 LTS (2021-04-01)](openharmony-1-1-0-lts.md) diff --git a/zh-cn/release-notes/OpenHarmony-v1-1-3-LTS.md b/zh-cn/release-notes/OpenHarmony-v1-1-3-LTS.md new file mode 100644 index 0000000000..c98908ffcd --- /dev/null +++ b/zh-cn/release-notes/OpenHarmony-v1-1-3-LTS.md @@ -0,0 +1,226 @@ +# OpenHarmony v1.1.3 LTS + +- [版本概述](#section1846294912228) +- [配套关系](#section395983762117) +- [源码获取](#section84808293211) + - [通过镜像站点获取](#section8394142222113) + +- [更新说明](#section175225345334) +- [已修复缺陷列表](#section11935243172612) + +## 版本概述 + +更新发布LTS(long-term support)长期支持版本OpenHarmony v1.1.3 LTS,本版本在OpenHarmony v1.1.2 LTS版本的基础上新增了一些特性和修复了部分缺陷。 + +## 配套关系 + +**表 1** 版本软件和工具配套关系 + + + + + + + + + + + + + + + + +

软件

+

版本

+

备注

+

OpenHarmony

+

1.1.3 LTS

+

NA

+

HUAWEI DevEco Device Tool(可选)

+

HUAWEI DevEco Device Tool 2.1 Release

+

OpenHarmony智能设备集成开发环境推荐使用。

+
+ +## 源码获取 + +通过repo下载 + +方式一(推荐):通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 + +``` +repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.3-LTS --no-repo-verify +repo sync -c +repo forall -c 'git lfs pull' +``` + +方式二:通过repo + https 下载。 + +``` +repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.3-LTS --no-repo-verify +repo sync -c +repo forall -c 'git lfs pull' +``` + +### 通过镜像站点获取 + +**表 2** 源码获取路径 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

版本源码

+

版本信息

+

下载站点

+

SHA256校验码

+

全量代码

+

1.1.3

+

站点

+

SHA256校验码

+

Hi3861解决方案(二进制)

+

1.1.3

+

站点

+

SHA256校验码

+

Hi3518解决方案(二进制)

+

1.1.3

+

站点

+

SHA256校验码

+

Hi3516解决方案(二进制)

+

1.1.3

+

站点

+

SHA256校验码

+

Release Notes

+

1.1.3

+

站点

+

-

+
+ +## 更新说明 + +本版本完全继承了OpenHarmony v1.1.2 LTS的所有特性,并在OpenHarmony v1.1.2 LTS版本的基础上,新增了轻量设备可以在windows环境下的编译版本的特性(请参考[windows开发环境准备](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-env-setup-windows.md))。 + +**表 3** 特性更新说明 + + + + + + + + + + + + + + +

子系统

+

新增特性

+

修改特性

+

删除特性

+

芯片平台

+

支持了轻量设备在windows环境下编译版本(pulls/60

+

N/A

+

N/A

+
+ +## 已修复缺陷列表 + +在OpenHarmony v1.1.2 LTS版本的基础上,解决并修复的问题见下表。 + +**表 4** 已修复问题列表 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

ISSUE

+

问题描述

+

I43MZK

+

release1.0.1分支命名中出现空格字符,与外部接口标准不符

+

I44ZGK

+

组件ffmpeg 4.2.2存在未修复的漏洞

+

I41ZMV

+

HI3516刷机之后,在系统bin目录下存在module_ActsUiInterfaceTest1.bin测试文件

+

I3ZOIO

+

los_disk_deinit 资源释放失败

+

I43WLG

+

OsMountRootfs启动失败

+

I44ZXW

+

openharmony_1.0.1_release分支上的curl组件从7.69.1版本更新到7.78.0版本

+

I48FKQ

+

osEventFlagsGet传NULL时应该返回0

+

I48FL1

+

osThreadNew函数attr为NULL时,创建线程失败

+

I48FLX

+

shell命令中使用rm -r指令尝试删除dev下节点时会导致系统出错

+

I48FMK

+

小型系统的ActsProcessApiTest/UidGidTest/testGetgroup测试用例失败

+

I48FMT

+

nanosleep函数实现存在缺陷

+
+ diff --git a/zh-cn/release-notes/Readme.md b/zh-cn/release-notes/Readme.md index 814b8be8e9..e6490373f5 100644 --- a/zh-cn/release-notes/Readme.md +++ b/zh-cn/release-notes/Readme.md @@ -6,6 +6,7 @@ - [OpenHarmony v2.2 beta2 (2021-08-04)](OpenHarmony-v2.2-beta2.md) - [OpenHarmony 2.0 Canary (2021-06-02)](OpenHarmony-2-0-Canary.md) ## OpenHarmony 1.x Releases +- [OpenHarmony v1.1.3 LTS (2021-09-30)](OpenHarmony-v1-1-3-LTS.md) - [OpenHarmony v1.1.2 LTS (2021-08-04)](OpenHarmony-v1.1.2-LTS.md) - [OpenHarmony 1.1.1 LTS (2021-06-22)](OpenHarmony-1-1-1-LTS.md) - [OpenHarmony 1.1.0 LTS (2021-04-01)](OpenHarmony-1-1-0-LTS.md) -- GitLab