This commit is contained in:
Lucas De Marchi 2021-01-07 10:43:36 -08:00
parent d977b0daf4
commit 1ccfe99428
3 changed files with 15 additions and 2 deletions

View File

@ -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

13
NEWS
View File

@ -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
=======

View File

@ -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])