vcswatch reports that
this package seems to have a new changelog entry (version
0.8.1-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit d2b49eca5f22c003515e465bdc8aa0fe99561337
Author: Andreas B. Mundt <andi@debian.org>
Date: Thu Apr 16 21:09:19 2026 +0200
Fix FTCBFS. Thanks Helmut Grohne <helmut@subdivi.de> for the patch
commit bf502ef0b1094cc771ff711a8df28136f689611f
Author: Andreas B. Mundt <andi@debian.org>
Date: Thu Apr 16 20:48:05 2026 +0200
Add chinese debconf translations
commit 5b187a659dd50791b2f2133678aaa1495dbd74b5
Author: Andreas B. Mundt <andi@debian.org>
Date: Thu Apr 16 20:40:48 2026 +0200
Update french debconf translation
commit 788b9d930ecc10ca22ccb0b501058d618067b3e2
Author: Andreas B. Mundt <andi@debian.org>
Date: Wed Apr 15 21:07:58 2026 +0200
Prepare new upstream release
commit fa379be1ab89d3ad3b0359d25b617d099b1fc756
Author: Andreas B. Mundt <andi@debian.org>
Date: Wed Apr 15 21:29:12 2026 +0200
Bump Standards-Version to 4.7.4 and remove some fields in debian/control
commit 51399c1dc9bb3c2aa885f8efd6f2b4e3d40cd872
Author: Andreas B. Mundt <andi@debian.org>
Date: Wed Apr 15 21:11:16 2026 +0200
Documentation is included in README.md now
commit 904da4aa5a77be7933f8fb04de1381652feae630
Author: Andreas B. Mundt <andi@debian.org>
Date: Wed Apr 15 21:04:27 2026 +0200
Remove all patches applied upstream
commit a875d866c40e675999c7fcdc4ded209afcdcf23e
Merge: 3bd3879 5b594d8
Author: Andreas B. Mundt <andi@debian.org>
Date: Wed Apr 15 20:49:54 2026 +0200
Update upstream source from tag 'upstream/0.8.1'
Update to upstream version '0.8.1'
with Debian dir f057cc760d2dd676f933c5c69dea9aa89298b8c5
commit 5b594d839752d6dfbe5985a38da84870fd93fbf1
Author: Andreas B. Mundt <andi@debian.org>
Date: Wed Apr 15 20:49:54 2026 +0200
New upstream version 0.8.1
commit 3bd3879a092c64d138e41e534502c0ddd0e62e49
Merge: e01307e 6ac78fc
Author: Andreas B. Mundt <andi@debian.org>
Date: Thu Sep 4 11:12:51 2025 +0000
Merge branch 'patch-1' into 'master'
Update Italian translation
See merge request debian/atftp!4
commit 6ac78fc22c68adc6089dd2e9f7e911a652e270b9
Author: Luca <luca.mo@tiscali.it>
Date: Sat Aug 23 16:47:12 2025 +0200
Italian translation updated
commit c68a89b10dc9130766420ddd218564dcc99583cf
Author: Martin Dummer <md11@users.sourceforge.net>
Date: Sun Oct 24 21:54:11 2021 +0200
autoconf: modify autogen.sh
remove unnecessary file config.h.in from repo
adjust .gitignore
fix autogen.sh - add arguments to create more files
Signed-off-by: Martin Dummer <md11@users.sourceforge.net>
commit 94521a8fb7c4d990f2f3f4c073aa20169c346c5d
Author: Martin Dummer <md11@users.sourceforge.net>
Date: Sat Oct 23 23:21:08 2021 +0200
atftp.1: add more examples for options
Signed-off-by: Martin Dummer <md11@users.sourceforge.net>
commit 440007169ffd45cd588007ef846a2bdbfd6ffed6
Author: Andreas B. Mundt <andi@debian.org>
Date: Sat Oct 23 21:21:48 2021 +0200
Add a simple congestion control
I implemented some kind of simple congestion control on top of the other patches:
When windows are not completely received because frames got lost, the delay
between the datagrams sent within a window is increased by 10us. If a window
is transferred fine, a non-zero delay is decreased by 1us
Signed-off-by: Martin Dummer <md11@users.sourceforge.net>
commit bc41116b8bffa9ba8df8b709db8e353a241e7ae1
Author: Andreas B. Mundt <andi@debian.org>
Date: Mon Oct 18 23:52:11 2021 +0200
Do some cosmetic changes
Signed-off-by: Martin Dummer <md11@users.sourceforge.net>
commit 8d301cea6f0f7b1cd56ea60c49e5907d7f6fbb51
Author: Andreas B. Mundt <andi@debian.org>
Date: Mon Oct 18 23:51:04 2021 +0200
Add windowsize option as described in RFC7440
RFC7440 describes a TFTP option that allows the client and server
to negotiate a window size of consecutive blocks to send as an
alternative for replacing the single-block lockstep schema.
The new option is default enabled, and can be turned off as a
configurable option.
Signed-off-by: Martin Dummer <md11@users.sourceforge.net>