Skip to content

Latest commit

 

History

History
61 lines (52 loc) · 7.04 KB

CHANGELOG.md

File metadata and controls

61 lines (52 loc) · 7.04 KB

Release 4.5.0

Supported Specifications

Implemented Proposals

Connectivity via iAP-BT and Transport Switch - Implementation of a mechanism to change a registered app connected over one transport to another seamlessly.

Mark public deprecated methods - Implemented a DEPRECATED macro for marking deprecated methods in the project. Using methods marked with this macro will result in a warning being generated.

Remove QT HMI from SDL Core (Partially Complete) - The qt_hmi component was removed from SDL Core, the QT_HMI_API interface and dbus adapter will be removed in the next major release, due to this aspect of the proposal requiring breaking changes.

Use Boost Library (Partially Complete) - The boost library is now installed as a 3rd party library, this library is currently only used in the refactored message broker component.

Enhancements

  • DBus and libusb are now dynamically linked, instead of being installed as 3rd-party libraries during the SDL Core build - #2004

Bug Fixes

Security Related Fixes