File tree Expand file tree Collapse file tree 2 files changed +28
-4
lines changed
Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 11libsilkit (4.0.55-1ubuntu1) UNRELEASED; urgency=medium
22
3-
4- * New release candidate
3+ * SilKit_LinDataLengthUnknown in the C header Lin.h has been turned into
4+ a define like all the other constants in the C header files.
5+ * Aligned C API error return codes SilKit_ReturnCode_XXX and SIL Kit
6+ specific exceptions.
7+ * Demos: Overhauled and restructured most existing demos.
8+ * Demos: Added SimpleCan and Orchestration demos for basic API usage.
9+ * Demos: Added sample participant configuration files.
10+ * Registry: Block all attempts to connect with an already present
11+ participant name, not just the first.
12+ * CMake: When demos are installed into the bin directory under the
13+ installation prefix, their RPATH will be set such that they are able to
14+ find the libSilKit[d].so.
15+ * System Monitor: Show all participants, not just the ones that joined
16+ during the monitors execution.
517
618 -- Jan Kraemer <jan.kraemer@vector.com> Wed, 29 Jan 2025 09:25:00 +0200
719
820libsilkit (4.0.54-1ubuntu1) UNRELEASED; urgency=medium
921
10-
1122 * Override the labels of DataPublisher, DataSubscriber,
1223 RpcClient, and RpcServer instances through the participant
1324 configuration, extending the already possible override of the topic /
Original file line number Diff line number Diff line change @@ -75,7 +75,20 @@ install -p -D -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
7575%changelog
7676
7777* Wed Jan 29 2025 Jan Kraemer <jan.kraemer@vector.com> - 4.0.55-1
78- - New release candidate
78+ - SilKit_LinDataLengthUnknown in the C header Lin.h has been turned into
79+ a define like all the other constants in the C header files.
80+ - Aligned C API error return codes SilKit_ReturnCode_XXX and SIL Kit
81+ specific exceptions.
82+ - Demos: Overhauled and restructured most existing demos.
83+ - Demos: Added SimpleCan and Orchestration demos for basic API usage.
84+ - Demos: Added sample participant configuration files.
85+ - Registry: Block all attempts to connect with an already present
86+ participant name, not just the first.
87+ - CMake: When demos are installed into the bin directory under the
88+ installation prefix, their RPATH will be set such that they are able to
89+ find the libSilKit[d].so.
90+ - System Monitor: Show all participants, not just the ones that joined
91+ during the monitors execution.
7992* Mon Nov 11 2024 Jan Kraemer <jan.kraemer@vector.com> - 4.0.54-1
8093- Override the labels of DataPublisher, DataSubscriber,
8194 RpcClient, and RpcServer instances through the participant
You can’t perform that action at this time.
0 commit comments