Releases: catalinii/minisatip
Releases · catalinii/minisatip
v2.0.19
extend comment while wait_tune toggle will be disabled for now
v1.3.57: Bump version and create release before building binaries
This way they get the correct version number when master is built
v1.3.56
Try to fix wrong tag being added when backporting fixes
v2.0.18: Enable stacktrace and C++ 23 (#1272)
* Enable stacktrace and C++ 23 * rename cxx23 to something else to not clash with cxx * Switch the language to c++ for autoconf * add c++23 to tests * test for netcv/defs.h which includes libxml2 * Refactor libxml related include and parameters change CFLAGS -> CXXFLAGS * Add dependencies to the build process * Force c++ 20 as the default standard * Fix mips dvbcsa compilation * proper detection of libxml2 * Force C++ 20 as minimum version --------- Co-authored-by: Catalin Toda <[email protected]> Co-authored-by: Peter Bieringer <[email protected]>
v2.0.17: Remove unguarded enabled check
Fixes Coverity CID 482826
v2.0.16
Remove unused variables and functions
v2.0.15: Create debug builds for x86_64 and ARM
Makes it easier for people to get usable logs and stack traces
v2.0.14: Partial revert of 670d80ba2798d018004d105260ef1ec3a281df43
Can't run Coverity on pull requests because for whatever reason the secret token required is not injected into pull request workflows
v2.0.13
fix static build
v2.0.12: gcc++ fixes (#1269)
* add TODO FIX for potential use-after-free * fix several casts to avoid use of -fpermissive to compile * fix typo * do not use fe_sec_voltage_t globally