Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions docs/changelog/versions/latest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# [5.0.3] - UNRELEASED
# [5.0.3] - 2026-02-12

## Fixed

- `sil-kit-registry`: fixed the configurability of the listen URI, when used as Windows System Service.
- `sil-kit-registry`: fixed crash whith enabled dashboard

- `cmake`: Demo and Utility `RPATH`s are now set to match the install hierarchy on all systems.
- `sil-kit-registry`: allow configuration of the listen URI, when used as Windows system service

- `cmake`: demo and utility `RPATH`s are now set to match the install hierarchy on all systems

- `cmake`: use `CMAKE_POLICY_VERSION_MINIMUM` since `oatpp` uses an outdated `cmake` version

## Changed

- `sil-kit-registry`: stop force-disabling the dashboard when building Linux packages

## Added

- `docs`: added description of handling of CAN message sizes

- `cmake`: added explicit build options to QNX presets

- `flexray`: add second keyslot parameters to the FlexRay node parameters
Loading