File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 2727macro (configure_silkit_version project_name )
2828 set (SILKIT_VERSION_MAJOR 4)
2929 set (SILKIT_VERSION_MINOR 0)
30- set (SILKIT_VERSION_PATCH 44 )
30+ set (SILKIT_VERSION_PATCH 45 )
3131 set (SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number" )
3232 set (SILKIT_VERSION_SUFFIX "" )
3333
Original file line number Diff line number Diff line change @@ -6,9 +6,15 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi
66
77The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/ >`_.
88
9- [4.0.45] - Unreleased
9+ [4.0.45] - 2024-02-06
1010---------------------
1111
12+ Fixed
13+ ~~~~~
14+
15+ - Registry failed to start correctly, if the dashboard is enabled, but the registry is letting the
16+ system determine the listening port, e.g., when using a URI like ``silkit://localhost:0 ``.
17+
1218Changed
1319~~~~~~~
1420
2026
2127- RPC usage example with lifecycle
2228
23- [4.0.45] - UNRELEASED
24- ---------------------
25-
26- Fixed
27- ~~~~~
28-
29- - Registry failed to start correctly, if the dashboard is enabled, but the registry is letting the
30- system determine the listening port, e.g., when using a URI like ``silkit://localhost:0 ``.
31-
3229- Windows: Utilities and demos are now compiled with a manifest that sets the active codepage to UTF-8.
3330 The required commands to change the output codepage of the Windows console in ``cmd `` or PowerShell
3431 are documented in a new FAQ entry.
You can’t perform that action at this time.
0 commit comments