Re: Call for testing: 2.0.0 is close to the doors

"A.Schulze" <[email protected]> Mon, 30 Mar 2026 22:38:03 +0200
Newsgroups org.mlmmj.mlmmj
Message-ID <[email protected]>

Am 30.03.26 um 21:23 schrieb A.Schulze:
> 1.6.0 is running in prod
> 1.7.0 compile
> 1.7.1 compile & I enabled 'make check' -> all tests pass
> 1.8.0 compile but 'make check' fail
...
and with master (commit 2931a1b744), all test pass again

the "updated" build system now no longer provide a target "install-strip"
after "make install", the binaries still contain debug information.
(calling 'strip bin/*' corrects that)

Andreas