Skip to content

Commit

Permalink
debian: update version to 0.0.22-1
Browse files Browse the repository at this point in the history
adstool (0.0.22-1) bullseye; urgency=medium
.
  * AmsRouter: Stop holding global lock during connect
        This will speed up scenarios connecting to different TwinCAT
        routers in parallel. However, calling AddRoute() for the same
        target host concurrently, will now leave only the last AmsNetId
        usable. So make sure to avoid that case in your application.

Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
  • Loading branch information
pbruenn committed Aug 14, 2023
1 parent 8e8fb2a commit 81a4020
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AdsTool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

static int version()
{
std::cout << "0.0.21-1\n";
std::cout << "0.0.22-1\n";
return 0;
}

Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
adstool (0.0.22-1) bullseye; urgency=medium

* AmsRouter: Stop holding global lock during connect
This will speed up scenarios connecting to different TwinCAT
routers in parallel. However, calling AddRoute() for the same
target host concurrently, will now leave only the last AmsNetId
usable. So make sure to avoid that case in your application.

-- Patrick Bruenn <p.bruenn@beckhoff.com> Mon, 14 Aug 2023 11:14:18 +0200

adstool (0.0.21-1) bullseye; urgency=medium

* TcAdsTool: ship with Debian package
Expand Down

0 comments on commit 81a4020

Please sign in to comment.