summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-09-06 16:26:53 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-09-06 16:26:53 -0300
commit40758602647a3871e6f432b1c59d2a756208d207 (patch)
tree21b66f75009d6830adc7de2e39ed1cad95687e73 /NEWS
parent85734b2446905ed2b009e622fc31b7d04e360f0a (diff)
downloadkmod-40758602647a3871e6f432b1c59d2a756208d207.tar.gz
kmod 10v10
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a99d9ba..36a7bf0 100644
--- a/NEWS
+++ b/NEWS
@@ -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
======