Skip to content

Releases: catalinii/minisatip

v2.0.19

08 Aug 11:10

Choose a tag to compare

extend comment while wait_tune toggle will be disabled for now

v1.3.57: Bump version and create release before building binaries

08 Aug 18:22

Choose a tag to compare

This way they get the correct version number when master is built

v1.3.56

08 Aug 17:56

Choose a tag to compare

Try to fix wrong tag being added when backporting fixes

v2.0.18: Enable stacktrace and C++ 23 (#1272)

06 Aug 22:10
0ba8c0a

Choose a tag to compare

* 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

06 Aug 18:00

Choose a tag to compare

Fixes Coverity CID 482826

v2.0.16

06 Aug 04:04

Choose a tag to compare

Remove unused variables and functions

v2.0.15: Create debug builds for x86_64 and ARM

05 Aug 16:41

Choose a tag to compare

Makes it easier for people to get usable logs and stack traces

v2.0.14: Partial revert of 670d80ba2798d018004d105260ef1ec3a281df43

05 Aug 16:21

Choose a tag to compare

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

02 Aug 16:44

Choose a tag to compare

fix static build

v2.0.12: gcc++ fixes (#1269)

02 Aug 06:20
c3b21df

Choose a tag to compare

* 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