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 bb2f34cf5148f101563aa926e201d306edbacbd3
Author: Kamal Mostafa <kamal@whence.com>
Date: Sat Jul 17 10:20:19 2021 -0700
tests: verify rx amplitude ~= tx volume
commit ac6396589bed1c8b44eb7911ca5f0e18e6449c29
Author: rene ae <aehtyb@gmail.com>
Date: Thu Jan 14 14:57:12 2021 -0600
Windows installation readme
commit fe0082838ef114a0df0eca5b0122c2d00d04d762
Author: Jannis R <mail@jannisr.de>
Date: Wed Jan 6 22:01:43 2021 +0100
Travis CI -> GitHub Actions CI đź’š
commit 9d6697208696d61260d157d256beac9ed4325991
Author: Kamal Mostafa <kamal@whence.com>
Date: Mon Dec 14 20:23:59 2020 -0800
add new baudmode keyword 'V.21'
Selects 300 bps ASCII with V.21 mark/space freqs (channel No. 1) per
"ITU-T Recommendation V.21" https://www.itu.int/rec/T-REC-V.21-198811-I/en
Baudmode 'v.21' is equivalent to '300 --mark 980 --space 1180'.
Drop old comment refering to incorrect V.21 freqs.
Reported-by: jboone@github (thanks!)
GitHub: Fixes kamalmostafa/minimodem#42
commit 62b416ace802b58047669d25d58fd915475386f6
Author: Kamal Mostafa <kamal@whence.com>
Date: Sun Dec 13 09:26:19 2020 -0800
restore default backend to PulseAudio (not sndio)
Specifically, add new sndio backend to the end of the default backend
selection #if chain, restoring the previous default selection behavior.
commit baeeb782855804b08bbff75008a497860da6d3a8
Author: Kamal Mostafa <kamal@whence.com>
Date: Sat Dec 12 15:45:34 2020 -0800
add web site to README
Reported-by: baimafeima@github (thanks!)
GitHub: fixes kamalmostafa/minimodem#29
commit ba606c0320e8022833811cd99856dd45500ebdb4
Author: Kamal Mostafa <kamal@whence.com>
Date: Sat Dec 12 12:01:34 2020 -0800
update copyright dates 2020
commit 3d6d90618f79db77187cbc770207dea651603f96
Author: Kamal Mostafa <kamal@whence.com>
Date: Sat Dec 12 11:51:57 2020 -0800
update AUTHORS and THANKS
commit ee881a7e9657203a278de4aae9fcece6e321ca62
Author: Kamal Mostafa <kamal@whence.com>
Date: Sat Dec 12 09:50:40 2020 -0800
enforce 64-bits-per-frame limit
and fix all zeros output for "--binary-raw 64"
Reported-by: increa@github (thanks!)
GitHub: fixes kamalmostafa/minimodem#43
commit 41f21584b599c4bb607df224666b24f381a86e0c
Author: Richard Hacker <lerichi@gmx.net>
Date: Fri Dec 11 08:53:35 2020 +0100
Added UnShift on Space (USOS)Â for baudot as an option
commit 95aad99813e777b86f6fb271ef49f56ecab2ea78
Author: JosĂ© Miguel Sánchez GarcĂa <soy.jmi2k@gmail.com>
Date: Sat Jan 27 17:38:49 2018 +0000
Add FIXME for lacking SA_SAMPLE_FORMAT_FLOAT
commit c90113bef2d08082a339f6f78ce77a957b71dc27
Author: JosĂ© Miguel Sánchez GarcĂa <soy.jmi2k@gmail.com>
Date: Sat Jan 27 00:06:11 2018 +0000
Implement sndio backend
commit 9d85eab8b6db60fba0bc411714d36a1b77a01bbf
Author: Kamal Mostafa <kamal@whence.com>
Date: Fri Dec 11 15:22:24 2020 -0800
add libsndio dependency
commit 196931ce54541ee5d44e057f17c7ff24e1a52222
Author: Kamal Mostafa <kamal@whence.com>
Date: Sat Dec 12 12:43:15 2020 -0800
add travis ci files to dist
commit 3f6120da6fd00b22aa4cb408281729c04fa935e4
Author: Jannis R <mail@jannisr.de>
Date: Tue Aug 27 12:35:28 2019 +0200
Travis CI :green_heart:
commit 745532e2b18447ea4805fd98f070a8d11f4ec3ed
Author: Jannis R <mail@jannisr.de>
Date: Tue Aug 27 12:35:11 2019 +0200
install dependencies scripts
commit cdf11f1ecbfa7c5753e197bdbdaa34bbbfe05280
Author: JosĂ© Miguel Sánchez GarcĂa <soy.jmi2k@gmail.com>
Date: Sat Jan 27 17:46:34 2018 +0000
Fix equality in `test` command inside configure.ac
commit 16d8ff1d6154280ce195bb50d3b493956cc745d5
Author: JosĂ© Miguel Sánchez GarcĂa <soy.jmi2k@gmail.com>
Date: Mon Jan 22 23:08:32 2018 +0000
Fix permissions (`chmod -x` source files)
commit 9a1e8769ab15623fc27850fa41452201e8e40566
Author: Sebastien Van Cauwenberghe <svancau@gmail.com>
Date: Sun Dec 4 20:18:52 2016 +0100
Add EOT message
When program keeps running, the ### EOT message allows the user
to know that the stdin has been fully transmitted.
commit d4ce82136d08dd3a15b0832517ce1d3cab2e2870
Author: Kamal Mostafa <kamal@whence.com>
Date: Sun Apr 24 09:39:32 2016 -0700
tests: use cmp not md5sum for tx-consistency tests
OS X doesn't provide md5sum.
https://github.com/kamalmostafa/minimodem/issues/24#issuecomment-213816836