Skip to content

Commit beca9bf

Browse files
committed
debian: update version to 113.0.30-1
adstool (113.0.30-1) trixie; urgency=medium . * AmsResponse: fix deadlock in AmsResponse::Wait() * meson: add support for pkg-config * standalone/AdsLib: allow AdsWrite for zero length buffer * adstool: sync manpage with usage() Signed-off-by: Patrick Bruenn <[email protected]>
1 parent 4ee3085 commit beca9bf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

AdsTool/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
static int version()
2828
{
29-
std::cout << "113.0.29-1\n";
29+
std::cout << "113.0.30-1\n";
3030
return 0;
3131
}
3232

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
adstool (113.0.30-1) trixie; urgency=medium
2+
3+
* AmsResponse: fix deadlock in AmsResponse::Wait()
4+
* meson: add support for pkg-config
5+
* standalone/AdsLib: allow AdsWrite for zero length buffer
6+
* adstool: sync manpage with usage()
7+
8+
-- Patrick Bruenn <[email protected]> Wed, 08 Oct 2025 11:27:56 +0200
9+
110
adstool (113.0.29-1) trixie; urgency=medium
211

312
* ci: build with Debian trixie(13)

0 commit comments

Comments
 (0)