Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion SilKit/cmake/SilKitVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
macro(configure_silkit_version project_name)
set(SILKIT_VERSION_MAJOR 5)
set(SILKIT_VERSION_MINOR 0)
set(SILKIT_VERSION_PATCH 3)
set(SILKIT_VERSION_PATCH 4)
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
set(SILKIT_VERSION_SUFFIX "")

Expand Down
1 change: 1 addition & 0 deletions docs/changelog/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ versions page.
:glob:

versions/latest.md
versions/5.0.3.md
versions/5.0.2.md
versions/5.0.1.md
versions/5.0.0.md
Expand Down
23 changes: 23 additions & 0 deletions docs/changelog/versions/5.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [5.0.3] - 2026-02-12

## Fixed

- `sil-kit-registry`: fixed crash whith enabled dashboard

- `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
24 changes: 2 additions & 22 deletions docs/changelog/versions/latest.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
# [5.0.3] - 2026-02-12
# [5.0.4] - UNRELEASED

## Fixed

- `sil-kit-registry`: fixed crash whith enabled dashboard

- `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
> This changelog entry is still empty.
Loading