From: Lucas De Marchi Date: Thu, 7 Jan 2021 18:43:36 +0000 (-0800) Subject: kmod 28 X-Git-Tag: v28^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ccfe994287119cc6cef37a7ca4c529d89de4b95;p=thirdparty%2Fkmod.git kmod 28 --- diff --git a/Makefile.am b/Makefile.am index 99a69f68..acde92bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ SED_PROCESS = \ # 6. If any interfaces have been removed or changed since the last public # release, then set age to 0. LIBKMOD_CURRENT=5 -LIBKMOD_REVISION=5 +LIBKMOD_REVISION=6 LIBKMOD_AGE=3 noinst_LTLIBRARIES = shared/libshared.la diff --git a/NEWS b/NEWS index 39fe9458..ae56657a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +kmod 28 +======= + +- Improvements + - Add Zstandard to the supported compression formats using libzstd + (pass --with-zstd to configure) + +- Bug fixes + - Ignore ill-formed kernel command line, e.g. with "ivrs_acpihid[00:14.5]=AMD0020:0" + option in it + - Fix some memory leaks + - Fix 0-length builtin.alias.bin: it needs at least the index header + kmod 27 ======= diff --git a/configure.ac b/configure.ac index a49f6b98..0cf2edaf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.64) AC_INIT([kmod], - [27], + [28], [linux-modules@vger.kernel.org], [kmod], [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])