Skip to content

Commit 4603f43

Browse files
committed
debian: update version to 0.0.25-1
adstool (0.0.25-1) bookworm; urgency=medium . * AdsTool: add rtime set-shared-cores <num_shared_cores> command AdsTool: refactor RTimeAccess::ReadCpuSettings() AdsTool: split usage for rtime command RTimeAccess: implement SetSharedCores() Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent 4346931 commit 4603f43

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

AdsTool/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
static int version()
2727
{
28-
std::cout << "0.0.24-1\n";
28+
std::cout << "0.0.25-1\n";
2929
return 0;
3030
}
3131

debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
adstool (0.0.25-1) bookworm; urgency=medium
2+
3+
* AdsTool: add rtime set-shared-cores <num_shared_cores> command
4+
AdsTool: refactor RTimeAccess::ReadCpuSettings()
5+
AdsTool: split usage for rtime command
6+
RTimeAccess: implement SetSharedCores()
7+
8+
-- Patrick Bruenn <p.bruenn@beckhoff.com> Fri, 12 Jan 2024 08:37:51 +0100
9+
110
adstool (0.0.24-1) bookworm; urgency=medium
211

312
* AdsTool: Add "ecat list-masters" to display all ethercat masters

0 commit comments

Comments
 (0)