From: Jan Engelhardt Date: Fri, 21 Feb 2025 22:43:42 +0000 (+0100) Subject: NEWS: ditch mention of libxz.so X-Git-Tag: v34.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8850edd824444a8f1a7d5c399b4b0609f635fa9c;p=thirdparty%2Fkmod.git NEWS: ditch mention of libxz.so There is no libxz.so; xz produces liblzma.so.N. Signed-off-by: Jan Engelhardt Link: https://github.com/kmod-project/kmod/pull/288 Signed-off-by: Lucas De Marchi (cherry picked from commit 81560482517370a00e03f33f0113259d1ee8c8b5) --- diff --git a/NEWS b/NEWS index 0b274c65..02cd69a3 100644 --- a/NEWS +++ b/NEWS @@ -14,8 +14,8 @@ kmod 34 target distros while developers can use the build-dev.ini configuration file. - - Allow to load decompression libraries ondemand: liblzma.so, libz.so, - libxz.so and libzstd.so can now be loaded ondemand, only when there is + - Allow to load decompression libraries ondemand: liblzma.so, libz.so + and libzstd.so can now be loaded ondemand, only when there is such a need. For use during early boot for loading modules, if configured well it means none of these libraries are loaded: the module loading logic via finit_module() will just hand over to kernel