vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 945492d8ed76d0e0382cc0bef7b4511f6d119a76
Author: Ryan Kavanagh <rak@debian.org>
Date: Mon Aug 12 10:02:57 2024 -0400
Changelog 2.2a-1
commit b8675046a69007409aee8f35fcb3464e3e567a9f
Author: Ryan Kavanagh <rak@debian.org>
Date: Mon Aug 12 10:02:38 2024 -0400
Bump standards version to 4.7.0, no changes required
commit 1beea6bc1e21ad6d36205279bf87ea843a6074ef
Author: Ryan Kavanagh <rak@debian.org>
Date: Mon Aug 12 10:01:49 2024 -0400
bump copyright years
commit 4b1065ed3dd24d1f3a3408a888890706369b2c71
Merge: 1b35251 e780ede
Author: Ryan Kavanagh <rak@debian.org>
Date: Mon Aug 12 10:01:02 2024 -0400
Update upstream source from tag 'upstream/2.2a'
Update to upstream version '2.2a'
with Debian dir ffe25021eb63c7fb468a5cd8bd8bf32b7410f91a
commit e780ede6ccd51c1c3f53a6705545d60614515e58
Merge: 2a09e09 492b7f7
Author: Ryan Kavanagh <rak@debian.org>
Date: Mon Aug 12 10:00:54 2024 -0400
New upstream version 2.2a
commit 492b7f7b9406b8e460c4a64aed45c70a8a8e152d
Author: para <para@danwin1210.de>
Date: Fri Mar 1 17:13:39 2024 +0200
Fix style character handling bug
In some ncurses implementations[1], waddnstr returns ERR when len is 0.
This happens in styleAdd() whenever there is a sequence of more than 1
style character in a row.
This may result in visual bugs, the most notable of which is being
unable to see the messages that mention you (due to the "\26\3"
sequence).
In order to properly handle multiple style characters in a row, waddnstr
should only be called when len is greater than 0.
Tested on Alpine Linux, using the official ncurses package.
[1]https://invisible-island.net/ncurses
commit dd8a3863952461344f9b1f629b4d73fcadee554d
Author: June McEnroe <june@causal.agency>
Date: Mon Jan 29 18:22:40 2024 -0500
Be specific about which file is at an unexpected end
Reported-by: d4 <d4@unpx.net>
commit db6bbc297f64cd10dbc1b7dc3abcd6d20e59f432
Author: June McEnroe <june@causal.agency>
Date: Wed Oct 11 14:03:49 2023 -0400
Document /o as alias of /open
commit 91d43245c77ab1408e9a5506d79e0ae2822078a2
Author: June McEnroe <june@causal.agency>
Date: Wed Oct 11 14:00:45 2023 -0400
Remove kiosk mode
I'm fairly certain I was the only one to ever use it, and I don't
anymore.