summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2015-11-17 22:12:07 -0200
committerLucas De Marchi <lucas.demarchi@intel.com>2015-11-17 22:12:07 -0200
commit42f32b8ae45ad8e3a1da29c9b20af9b5e2e9e676 (patch)
tree8ee14efbad6e1a6b490f7007a35962f9304c77c7 /NEWS
parent2b2a503e4ff02b385ff6de9741a6b6afae910f11 (diff)
downloadkmod-42f32b8ae45ad8e3a1da29c9b20af9b5e2e9e676.tar.gz
kmod 22v22
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df2e2e4..8bf8346 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+kmod 22
+=======
+
+- Tools:
+ - Change defaul log level for tools to WARNING rather than ERROR and update
+ some log levels for current messages
+
+ - depmod doesn't fallback to uname if a bad version is passed in the command
+ line anymore. We just exit with an error.
+
+ - insmod was taught the -f flag, just like in modprobe. It was previously
+ silently ignoring it.
+
+- libkmod
+ - New kmod_get_dirname() API to get the module directory set in the
+ context
+
+- Bug fixes:
+ - Fix return code in error path of kmod_module_insert_module(). We were
+ previously returning ENOSYS rather than ENOENT.
+
kmod 21
=======