summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-03-19 08:23:14 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-03-19 08:23:14 -0300
commit8885ced062131214448fae056ef453f094303805 (patch)
tree43c564d4d1339ba870b81598e5570e71f52d35ae /NEWS
parente48f37657dc03aee9aace60bf14ef9af489bf47c (diff)
downloadkmod-8885ced062131214448fae056ef453f094303805.tar.gz
kmod 7v7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 809cfaf..d7e7cb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+kmod 7
+======
+
+- Re-order dirs for configuration files to match the change in systemd and
+ udev: now the priority is:
+ 1. /etc/modprobe.d
+ 2. /run/modprobe.d
+ 3. /lib/modprobe.d
+
+- Fix setting CFLAGS/LDFLAGS in build system. This prevents us from not
+ allowing user to set his preference
+
+- Bug fixes:
+ - Return same error codes of module-init-tools when removing modules
+ with modprobe
+ - Fix builtin output in "--show-depends" when target kernel is not the
+ same of the running kernel
+ - 'modprobe -r' always look at all command line arguments
+ - Fix '-q' usage in modprobe
+ -
+
kmod 6
======