mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-02-20 08:26:55 +07:00
kmod 28
This commit is contained in:
parent
d977b0daf4
commit
1ccfe99428
@ -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
13
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
|
||||
=======
|
||||
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user