summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-06-26 16:33:06 -0400
committerGitHub <noreply@github.com>2017-06-26 16:33:06 -0400
commit3299b82ac7ca466c670d80081c9ea051e828955b (patch)
tree768c5343a0073e71f31be2166f11c53fb1e8b0dd
parent66cbb28e8b495ac1acd7907d7c7aac8fe32df98f (diff)
downloadsdl_core-release/4.3.0.tar.gz
Update Changelog for 4.3.0RC.24.3.0RC.2release/4.3.0
-rw-r--r--CHANGELOG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f5c51957d..7b97dd0471 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-# New Features
+# 4.3.0 Release Candidate
+
+## New Features
### EXTENDED_POLICY modes:
- The `EXTENDED_POLICY` CMake variable (previously `ENABLE_EXTENDED_POLICY`) now has three possible configurations
@@ -77,10 +79,14 @@ Several API additions were made as part of the implementation of the external us
- [ExternalConsentStatus](https://github.com/smartdevicelink/sdl_core/blob/6283aa26e262d2d16ed1393989d8e0e062dba88d/src/components/interfaces/HMI_API.xml#L1268-L1278) struct
- externalConsentStatus field added to [OnAppPermissionConsent](https://github.com/smartdevicelink/sdl_core/blob/6283aa26e262d2d16ed1393989d8e0e062dba88d/src/components/interfaces/HMI_API.xml#L4170-L4172) and [GetListOfPermissions](https://github.com/smartdevicelink/sdl_core/blob/6283aa26e262d2d16ed1393989d8e0e062dba88d/src/components/interfaces/HMI_API.xml#L4170-L4172)
+## Fixes
+- Includes fixes for all defects found by the Coverity scan tool that were introduced in this release - #1641
+- Includes fixes for several Coverity defects that were previously implemented in the `coverity` branch - #1637
+
## Implemented proposals
Two new evolution proposals were implemented in release 4.3.0:
- Add API Patch Version [SDL-0050](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0050-add-api-patch-version.md)
- A patch version was added to the MOBILE API version, HMI API interface versions, and SyncMsgVersion struct
- External Policy Manager [SDL-0045](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0045-external-policy-manager.md)
- - Details for the implementation of this proposal can be found in the `External Policy Manager` section of these release notes \ No newline at end of file
+ - Details for the implementation of this proposal can be found in the `External Policy Manager` section of these release notes