1e41f4b71Sopenharmony_ci# OpenHarmony 3.0.3 LTS 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci 4e41f4b71Sopenharmony_ci## Version Description 5e41f4b71Sopenharmony_ci 6e41f4b71Sopenharmony_ciOpenHarmony 3.0.3 LTS is a maintenance version of OpenHarmony 3.0 LTS. This version has rectified certain issues and security vulnerabilities detected in OpenHarmony 3.0.2 LTS. It is the latest stable release with a tag. 7e41f4b71Sopenharmony_ci 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ci## Version Mapping 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ci **Table 1** Version mapping of software and tools 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci| Software/Tool| Version| Remarks| 14e41f4b71Sopenharmony_ci| -------- | -------- | -------- | 15e41f4b71Sopenharmony_ci| OpenHarmony | 3.0.3 LTS | NA | 16e41f4b71Sopenharmony_ci| SDK | 3.0.0.0(API Version 7 release) | NA | 17e41f4b71Sopenharmony_ci| (Optional) HUAWEI DevEco Studio| 3.0 Beta1 | Recommended for developing OpenHarmony applications| 18e41f4b71Sopenharmony_ci| (Optional) HUAWEI DevEco Device Tool| 2.2 Beta2 | Recommended for developing OpenHarmony smart devices| 19e41f4b71Sopenharmony_ci 20e41f4b71Sopenharmony_ci 21e41f4b71Sopenharmony_ci## Source Code Acquisition 22e41f4b71Sopenharmony_ci 23e41f4b71Sopenharmony_ci 24e41f4b71Sopenharmony_ci### Acquiring Source Code Using the repo Tool 25e41f4b71Sopenharmony_ci 26e41f4b71Sopenharmony_ci**Method 1 (recommended)**: Use the **repo** tool to download the source code over SSH. (You must have an SSH public key for access to Gitee.) 27e41f4b71Sopenharmony_ci 28e41f4b71Sopenharmony_ci 29e41f4b71Sopenharmony_ci``` 30e41f4b71Sopenharmony_cirepo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v3.0.3-LTS --no-repo-verify 31e41f4b71Sopenharmony_cirepo sync -c 32e41f4b71Sopenharmony_cirepo forall -c 'git lfs pull' 33e41f4b71Sopenharmony_ci``` 34e41f4b71Sopenharmony_ci 35e41f4b71Sopenharmony_ci**Method 2**: Use the **repo** tool to download the source code over HTTPS. 36e41f4b71Sopenharmony_ci 37e41f4b71Sopenharmony_ci 38e41f4b71Sopenharmony_ci``` 39e41f4b71Sopenharmony_cirepo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v3.0.3-LTS --no-repo-verify 40e41f4b71Sopenharmony_cirepo sync -c 41e41f4b71Sopenharmony_cirepo forall -c 'git lfs pull' 42e41f4b71Sopenharmony_ci``` 43e41f4b71Sopenharmony_ci 44e41f4b71Sopenharmony_ci 45e41f4b71Sopenharmony_ci### Acquiring Source Code from Mirrors 46e41f4b71Sopenharmony_ci 47e41f4b71Sopenharmony_ci **Table 2** Mirrors for acquiring source code 48e41f4b71Sopenharmony_ci 49e41f4b71Sopenharmony_ci| LTS Code| Version| Mirror| SHA-256 Checksum| 50e41f4b71Sopenharmony_ci| -------- | -------- | -------- | -------- | 51e41f4b71Sopenharmony_ci| Full code base (for mini, small, and standard systems)| 3.0.3 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/code-v3.0.3-LTS.tar.gz)| [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/code-v3.0.3-LTS.tar.gz.sha256)| 52e41f4b71Sopenharmony_ci| Standard system Hi3516 solution (binary)| 3.0.3 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/standard.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/standard.tar.gz.sha256) | 53e41f4b71Sopenharmony_ci| Mini system Hi3861 solution (binary)| 3.0.3 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/hispark_pegasus.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/hispark_pegasus.tar.gz.sha256) | 54e41f4b71Sopenharmony_ci| Small system Hi3516 solution - LiteOS (binary)| 3.0.3 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/hispark_taurus.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/hispark_taurus.tar.gz.sha256) | 55e41f4b71Sopenharmony_ci| Small system Hi3516 solution - Linux (binary)| 3.0.3 | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/hispark_taurus_linux.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/3.0.3/hispark_taurus_linux.tar.gz.sha256) | 56e41f4b71Sopenharmony_ci 57e41f4b71Sopenharmony_ci 58e41f4b71Sopenharmony_ci## What's New 59e41f4b71Sopenharmony_ci 60e41f4b71Sopenharmony_ciThis version has the following updates to OpenHarmony 3.0.2 LTS. 61e41f4b71Sopenharmony_ci 62e41f4b71Sopenharmony_ci 63e41f4b71Sopenharmony_ci### Feature Updates 64e41f4b71Sopenharmony_ci 65e41f4b71Sopenharmony_ciThis version does not involve feature updates. 66e41f4b71Sopenharmony_ci 67e41f4b71Sopenharmony_ci 68e41f4b71Sopenharmony_ci### API Updates 69e41f4b71Sopenharmony_ci 70e41f4b71Sopenharmony_ciThis version does not involve API updates. 71e41f4b71Sopenharmony_ci 72e41f4b71Sopenharmony_ci 73e41f4b71Sopenharmony_ci### Chip and Development Board Adaptation 74e41f4b71Sopenharmony_ci 75e41f4b71Sopenharmony_ciFor details about the adaptation status, see [SIG_DevBoard](https://gitee.com/openharmony/community/blob/master/sig/sig_devboard/sig_devboard.md). 76e41f4b71Sopenharmony_ci 77e41f4b71Sopenharmony_ci 78e41f4b71Sopenharmony_ci## Resolved Issues 79e41f4b71Sopenharmony_ci 80e41f4b71Sopenharmony_ci **Table 3** Resolved issues 81e41f4b71Sopenharmony_ci 82e41f4b71Sopenharmony_ci| Issue No.| Description| 83e41f4b71Sopenharmony_ci| -------- | -------- | 84e41f4b71Sopenharmony_ci| [I4TUSX](https://gitee.com/openharmony/multimedia_camera_lite/issues/I4TUSX) | When the system camera is used to take a photo in the Hi3516D V300 development board running on a mini-system device, the two edges of the image are truncated.| 85e41f4b71Sopenharmony_ci| [I4TYOP](https://gitee.com/openharmony/drivers_peripheral/issues/I4TYOP) | After a USB flash drive is inserted into the Hi3516D V300 development board running on a mini-system device, DMA times out and the USB flash drive is unavailable.| 86e41f4b71Sopenharmony_ci| [I4SM0J](https://gitee.com/openharmony/third_party_harfbuzz/issues/I4SM0J) | The **third_party_harfbuzz** repository uses the CC BY-NC-SA-3.0 license, which restricts the commercial use of the content in the repository.| 87e41f4b71Sopenharmony_ci| [I4WPQW](https://gitee.com/openharmony/device_hisilicon_hardware/issues/I4WPQW) | The **libdisplay_layer.so** binary file is not updated in the **device_hisilicon_hardware** repository.| 88e41f4b71Sopenharmony_ci| [I4WIVF](https://gitee.com/openharmony/third_party_boost/issues/I4WIVF) | Some files in the **third_party_boost** repository are incompatible with open-source protocols.| 89e41f4b71Sopenharmony_ci| I4WRWM | Some TDD test cases are unavailable in the **aafwk_aafwk_lite** repository.| 90e41f4b71Sopenharmony_ci| [I4VPVY](https://gitee.com/openharmony/applications_sample_camera/issues/I4VPVY) | In the Hi3516D V300 development board running on a mini-system device, a user searches for Wi-Fi in **Settings** and touches the back button twice to return to the home screen. No application can be started from the home screen.| 91e41f4b71Sopenharmony_ci| [I4UTY0](https://gitee.com/openharmony/applications_photos/issues/I4UTY0) | The HP copyright statement exists in the metadata of the **1.jpg** file in **demos**.| 92e41f4b71Sopenharmony_ci| [I4TP6D](https://gitee.com/openharmony/xts_acts/issues/I4TP6D) | The ActsWorkerJSTest test suite newly added for the Hi3516 development board running on a standard-system device cannot be executed properly.| 93e41f4b71Sopenharmony_ci 94e41f4b71Sopenharmony_ci **Table 4** Resolved security vulnerabilities 95e41f4b71Sopenharmony_ci 96e41f4b71Sopenharmony_ci| Issue No.| Description| 97e41f4b71Sopenharmony_ci| -------- | -------- | 98e41f4b71Sopenharmony_ci| I4U8VB | CVE-2021-3520 security vulnerability of the third_party_lz4 component.| 99e41f4b71Sopenharmony_ci| I4UX33 | CVE-2021-22569 and CVE-2021-22570 security vulnerabilities of the third_party_protobuf component.| 100e41f4b71Sopenharmony_ci| I4VRR7 | CVE-2022-23308 security vulnerability of the third_party_libxml2 component.| 101e41f4b71Sopenharmony_ci 102e41f4b71Sopenharmony_ci 103e41f4b71Sopenharmony_ci **Table 5** Known issues 104e41f4b71Sopenharmony_ci 105e41f4b71Sopenharmony_ci| Issue No.| Description| Impact| To Be Resolved On| 106e41f4b71Sopenharmony_ci| -------- | -------- | -------- | -------- | 107e41f4b71Sopenharmony_ci| [I4YBB0](https://gitee.com/openharmony/multimedia_camera_lite/issues/I4YBB0) | No image is generated and the recorded video cannot be played when the system camera is used to take a photo and record a video. This issue occurs only for the Hi3516D V300 development board running on a small-system device (Linux).| Camera recording does not function.| 2022/04/01 | 108e41f4b71Sopenharmony_ci| [I4YB87](https://gitee.com/openharmony/multimedia_camera_lite/issues/I4YB87) | No image is generated when the system camera is used to take a photo. This issue occurs only for the Hi3516D V300 development board running on a small-system device (Linux).| Camera photographing does not function.| 2022/04/01 | 109e41f4b71Sopenharmony_ci| [I4YAGS](https://gitee.com/openharmony/multimedia_camera_lite/issues/I4YAGS?from=project-issue) | A blue screen is displayed when the system camera is accessed. This issue occurs only for the Hi3516D V300 development board running on a small-system device (Linux).| Camera preview does not function.| 2022/04/01 | 110e41f4b71Sopenharmony_ci| I4WLBU | In the Hi3516D V300 development board running on a standard-system device, the device cannot be found after burning during the ACTS test, and the message "Device not founded or connected" is reported.| The HDC tool causes the ACTS test to report this error occasionally. The error does not affect the actual function.| 2022/04/10 | 111