[mpg123-users] mpg123 1.33.6 released
Brought to you by:
sobukus
|
From: Thomas O. <tho...@or...> - 2026-06-06 09:11:05
|
Dear people, there is a new little bugfix release for mpg123: 1.33.6 ------ - mpg123 -- Prepare for const-returning strchr(). -- Hide seq_len debugging counter in non-debug mode (handle github PR 20). -- Fix memory leak with --network internal due to inverted NULL check in net123_close_internal() (handle never NULL in practice, though; bug 386). - mpg123, out123: Fix strrchr() usage to be more const and correct under C99 as well as C23 (handles PR 19 on the github mirror). - mpg123-strip: Also use largefile API properly using mpg123config.h, but without actual effect at least on Linux/x86. It is cleaner that way, though. - ports/cmake: Yasm is not neeeded for Clang on MSVC (github PR 23, thanks to Alexander Lobakin). - libmpg123: Remove unused loop variable in layer2 left over from runtime table elimination (32 bit mmx/sse code, prompted by github PR 22). Download from the usual places … http://mpg123.org/download.shtml (I got a change in how ports/cmake builds libraries still in the trunk, to be released with 1.34.0. Wanted to get the clear bug fixes out first.) Alrighty then, Thomas |