Releases: catalinii/minisatip
Releases · catalinii/minisatip
v1.3.40: Keep original thread name for main thread (#1208) (#1209)
Fixes e.g. `killall` not matching the general process by (binary) name.
v1.3.39
aesthetic changes
v1.3.38: Set custom thread name (#1204)
Forward the internally used thread name to OS for easier debugging.
v1.3.37: tables_destroy: call ca_close_ca without argument
This matches function call and fixes build with gcc-15 tables.c: In function 'tables_destroy': tables.c:390:13: error: too many arguments to function 'ca[i].op->ca_close_ca' 390 | ca[i].op->ca_close_ca(&ca[i]); | ^~
v1.3.36
Add command line for disable_pmt_scan and enable it in the process_pa…
v1.3.35: Remove unrecognized option --disable-dvbaes (#1189)
Fixes "configure: WARNING: unrecognized options: --disable-dvbaes" Addition as already fixed in b6d0e50b5a1f5e687407173c61fbecd50db883be
v1.3.34: Fix satipc module when TEARDOWN is not correctly handled (#1187)
This fixes the edge case when a new tuning call is received in the tuner when the TEARDOWN message is sended to the remote SAT>IP server but the confirmation (OK 200) is not already received. Futhermore improves a bit the logging.
v1.3.33: Fix target device_id when other device is detected
When the enforced/stored device_id is already used, use another one free.
v1.3.32: Improve logging of satipc
Improve a bit the LOG of the RTSP messages send/received of the satipc module. More easy to see without enlarging the log.
v1.3.31
Fix incorrect device_id initialization