minimodem-mirror/debian/changelog

122 lines
4.2 KiB
Plaintext

minimodem (0.11-1) unstable; urgency=low
* new confidence algo: "SNR * (1-divergence)"
- improved sensitivity: handles signal amplitudes down to FLT_EPSILON
- improved noise rejection
- tightened --rx signal analysis metrics
* enabled ALSA soft-resampling
* more 'make check' test cases
* minimodem changed runtime command line switches:
-c, --confidence new default reduced to 1.5
-T, --stopbits {m.n} was --txstopbits, now also evaluated for rx metrics
* minimodem new runtime command line switches:
-v, --volume {amplitude or 'E'} sets --tx output volume
--rx-one quits after first carrier/no-carrier
-- Kamal Mostafa <kamal@whence.com> Thu, 30 Aug 2012 16:30:41 -0700
minimodem (0.10.1-2) unstable; urgency=low
* debian: enable build hardening flags
-- Kamal Mostafa <kamal@whence.com> Tue, 21 Aug 2012 18:41:44 -0700
minimodem (0.10.1-1) unstable; urgency=low
* better floating-point epsilon handling to fix (im)perfect test case
failures on i386
* debian: build --without-alsa on non-Linux platforms like kfreebsd-*
as their alsa-oss wrapper is insufficient
-- Kamal Mostafa <kamal@whence.com> Sun, 19 Aug 2012 16:05:38 -0700
minimodem (0.10-1) unstable; urgency=low
* new confidence algo ("SNR")
* new performance vs. quality controls
* significant --rx fsk analyzer performance improvements
* minor --tx fsk generator performance improvements
* more 'make check' test cases
* minimodem new runtime command line switches:
-c, --confidence {min-snr-threshold} default 2.0
-l, --limit {max-snr-search-limit} default 2.3
-- Kamal Mostafa <kamal@whence.com> Sun, 19 Aug 2012 08:58:07 -0700
minimodem (0.9-1) unstable; urgency=low
* runtime configurable audio sample rate and system audio backend
(PulseAudio or ALSA)
* use 1024-element sine wave lookup table by default (for --tx only)
* output 16-bit integer audio samples by default (for --tx only)
* configure --with/out switches for {pulseaudio,alsa,sndfile,benchmarks}
* internal sine wave benchmarks
* more 'make check' test cases
* minimodem new runtime command line switches:
-R, --samplerate {rate} specify audio sample rate (default 48000)
-A, --alsa use ALSA backend (default PulseAudio)
--lut={tx_sin_table_len} use lookup table of len, 0 to disable LUT
--float-samples use 32-bit float audio samples for --tx
--benchmarks run and report internal performance tests
-- Kamal Mostafa <kamal@whence.com> Mon, 13 Aug 2012 21:52:32 -0700
minimodem (0.8.2-1) unstable; urgency=low
* configure: new opts --without-{pulseaudio,sndfile}
* debian/copyright: update copyright format
-- Kamal Mostafa <kamal@whence.com> Mon, 06 Aug 2012 14:47:05 -0700
minimodem (0.8.1-1) unstable; urgency=low
* fix --tx stdin non-interactive behavior (no timeout for --file)
-- Kamal Mostafa <kamal@whence.com> Fri, 15 Jul 2011 20:37:38 -0700
minimodem (0.8-1) unstable; urgency=low
* auto select reasonable default mark/space for high baud rates
* low-latency PulseAudio capture (for that old-timey modem feel)
* fix --tx stdin interactive behavior
* default 1.5 stop bits for rtty only
-- Kamal Mostafa <kamal@whence.com> Fri, 15 Jul 2011 19:25:05 -0700
minimodem (0.7-1) unstable; urgency=low
* new amplitude-independent confidence algo ("worst divergence")
* fsk decode squelch reduced to 0.0
* rx rate analysis refinement
* new command-line parameters:
--auto-carrier (no longer default)
--confidence {value}
--quiet
-- Kamal Mostafa <kamal@whence.com> Fri, 08 Jul 2011 18:34:58 -0700
minimodem (0.6.1-1) unstable; urgency=low
* debian Recommends: pulseaudio
* add --version switch
-- Kamal Mostafa <kamal@whence.com> Sun, 03 Jul 2011 17:02:26 -0700
minimodem (0.6-1) unstable; urgency=low
* fsk decode squelch reduced to 0.005
* tx file extension sets audio file format
* self-test uses .wav to allow build on earlier distro versions
-- Kamal Mostafa <kamal@whence.com> Thu, 23 Jun 2011 23:57:30 -0700
minimodem (0.5-1) unstable; urgency=low
* Initial release (Closes: #631341)
-- Kamal Mostafa <kamal@whence.com> Wed, 22 Jun 2011 17:51:08 -0700