Changelog for
multimon-ng-1.3.1-1.1.x86_64.rpm :
* Sat Jun 29 2024 Martin Hauke
- Update to version 1.3.1
* Fixed subsampling issues when piping chunked data.
* Fixed format string in FLEX decoder.
* Mon Jan 29 2024 Dirk Müller - update to 1.3.0:
* POCSAG: Support for the Danish charset.
* FLEX: Fixed incorrect use of format string.
* Wed Oct 19 2022 Martin Hauke - Update to new upstream release 1.2.0
* Separated FLEX and FLEX_NEXT. The former is identical to 1.1.9, while FLEX_NEXT gained new features, as well as known regressions. (See #168)
* Several smaller POCSAG fixes.
* Fix for opening large wav files with improper header.
* Tue Sep 22 2020 Martin Hauke - Update to new upstream release 1.1.9
* multimon-ng now has a man page, let\'s try to keep it updated.
* FLEX: Changes to group messages and delimiters.
* FMS: Fixed a problem with the direction of telegrams.
* POCSAG: Support for the Slovenian charset.
* Tue Jul 02 2019 Martin Hauke - Update to new upstream release 1.1.8
* POCSAG: Support for the Swedish charset, as well as smaller fixes. The decoder now by default detects the message type according to the POCSAG standard, use \"-f auto\" to enable the old behaviour of heuristically detecting the type.
* FLEX: Numeric messages now won\'t have spaces stripped anymore.
* DTMF: Filter false positives.
* Tue Jan 15 2019 mardnhAATTgmx.de- Update to version 1.1.7+git.20190115:
* version 1.1.7
* Fix typo
* Fix frament idetification
* Add a charset option for POCSAG demodulators
* Sun Nov 18 2018 Jan Engelhardt - Grammar fix in summary.
* Wed Oct 17 2018 mardnhAATTgmx.de- Update to version 1.1.6+git.20181017:
* version 1.1.6
* Add a stub replacement for BCHCode.c
* Restore copyright notice from bch3121.c
* Restore FSF notice on the FLEX decoder derived from GNU Radio
* Fri Jun 01 2018 mardnhAATTgmx.de- Update to version 1.1.5+git.20180527:
* Restore FSF copyright notices on win32_getopt.[ch]
* Version 0.8.7v (11 APR 2018)
* Modification (to this file) made by Bruce Quinton and Rob0101 (as seen on github: https://github.com/rob0101)
* Issue
*95 created by rob0101: \'-a FLEX dropping first character of some message on regular basis\'
* Implemented Rob0101\'s suggestion of K, F and C flags to indicate the message fragmentation: \'K\' message is complete and O\'K\' to display to the world. \'F\' message is a \'F\'ragment and needs a \'C\'ontinuation message to complete it. Message = Fragment + Continuation
* \'C\' message is a \'C\'ontinuation of another fragmented message
* I missed a null terminator on the \'Message\' array and therefore was printing garbage to the output. Fixed now!
* Addressed issue #101: group messaging misbehaving when the message frame is a corrupt packet.
* Version 0.9.0v (22 May 2018) Modification (to this file) made by Bruce Quinton (zanoroyAATTgmail.com) - Addded Define at top of file to modify the way missed group messages are reported in the debug output (default is 1; report missed capcodes on the same line) REPORT_GROUP_CODES 1 // Report each cleared faulty group capcode : 0 = Each on a new line; 1 = All on the same line;
* Mon Apr 02 2018 mardnhAATTgmx.de- Update to version 1.1.5+git.20180402:
* Implemented chzchzchz\'s fix for \'processing unfragmented FLEX messages, multimon-ng produces corrupted messages\'
* x10: fix various compiler warnings
* Revert \"Issue #78 - Found a problem in the length detection sequence, modified the if statement to ensure the message length is\"
* Revert \"Revert \"Issue #78 - Found a problem in the length detection sequence, modified the if statement to ensure the message length is\"\"
* Issue #87 created by bertinhollan:
* fix for EAS issue #94
* silenced debug message
* Comment out includes for sys/wait and sys/resource
* Fix event polling loop with SCOPE demodulator
* cleaned up unused x10 includes
* version 1.1.5