diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-01-08 17:30:39 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-01-08 17:30:39 -0800 |
commit | aca4eca103d6699543f7ed663335c28c2e9908bb (patch) | |
tree | 9e0faa2a7911f84a0aaa78a1612fb43bcaa3a1cf /NEWS | |
parent | 7acc5daeecd033477737e780782aed475de72961 (diff) | |
download | kmod-aca4eca103d6699543f7ed663335c28c2e9908bb.tar.gz kmod-aca4eca103d6699543f7ed663335c28c2e9908bb.tar.bz2 kmod-aca4eca103d6699543f7ed663335c28c2e9908bb.zip |
kmod 25v25
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +kmod 25 +======= + +- Improvements + - Add module signature to modinfo output + + - Add support for external directories in depmod: now there's a new + "external" keyword parsed by depmod when calculating the dependencies. + It allows to add modules to other directories which are not relative + to where the modules are commonly installed. This results in + modules.dep and friends now understanding absolute paths rather than + relative paths only. For more information see depmod.d(1). + + - Add support for CONFIG_MODULE_REL_CRCS + + - Add missing documentation references in man pages + + - Handle the case in which module has a .TOC symbol already while + calculating dependencies + + - Improve testsuite and allow to use mkosi to run testsuite in different + distros + kmod 24 ======= |