diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-09-06 16:26:53 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-09-06 16:26:53 -0300 |
commit | 40758602647a3871e6f432b1c59d2a756208d207 (patch) | |
tree | 21b66f75009d6830adc7de2e39ed1cad95687e73 /NEWS | |
parent | 85734b2446905ed2b009e622fc31b7d04e360f0a (diff) | |
download | kmod-40758602647a3871e6f432b1c59d2a756208d207.tar.gz kmod-40758602647a3871e6f432b1c59d2a756208d207.tar.bz2 kmod-40758602647a3871e6f432b1c59d2a756208d207.zip |
kmod 10v10
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +kmod 10 +======= + +- New features: + - Read coresize from /sys if supported + + - Add flag to kmod_module_probe_insert() to apply blaklisting during + probe only if mod is and alias. Now modprobe uses this flag by default. + This is needed to fix a change in behavior regarding module-init-tools + and ultimately make us loading a blacklisted module. + +- Better formatting in man pages + +- Add option to disable man pages at build time + +- Fixes in testsuite and refactor of LDPRELOAD'ed libraries + +- Re-licensing testsuite as LGPL + kmod 9 ====== |