Releases: catalinii/minisatip
Releases · catalinii/minisatip
v2.0.30: Fix some coverity issues (#1308)
Co-authored-by: Catalin Toda <[email protected]>
v2.0.29: Remove the hash table from ddci (#1306)
* Remove the hash table from ddci * Force pids with satip client when performing tune --------- Co-authored-by: Catalin Toda <[email protected]>
v2.0.28: Fix bogus "op for algo 1 not found" when using OSCam "extended CW" mode
There are three numbers in the message - index, algo, and mode. We accidentally parsed index as algo and algo as mode. Fixes https://github.com/catalinii/minisatip/issues/1223
v2.0.27
Remove locking and allocation wrappers to be able to call new on crea…
v2.0.26: Always send the TDT to CAMs
Fixes Fransat CAM usage
v2.0.25: Make multiplier float to prevent divison by 0 (#1300)
Co-authored-by: Catalin Toda <[email protected]>
v2.0.24: Print statistics for clear channels (#1299)
Co-authored-by: Catalin Toda <[email protected]>
v2.0.23
Use stdio.h check validating C++ standards
v2.0.22: Add stream statistics debug module (#1298)
* Add stream statistics debug module * Downgrade to c++17 as the minimum version * Disable code based on the DEBUG define --------- Co-authored-by: Catalin Toda <[email protected]>
v2.0.21: Reset filter read position when assigning filter to new PID
Hopefully fixes https://github.com/catalinii/minisatip/issues/1281