aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-12-20 23:48:46 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2011-12-20 23:48:46 -0200
commitacc18b1451a189ba217471e1fdeb60aef92867ad (patch)
tree56076b8f02bc7a858b243479889f0377e35c2890 /NEWS
parentf304afe1539fd71dbeac75c224072f48646545a8 (diff)
downloadkmod-acc18b1451a189ba217471e1fdeb60aef92867ad.tar.gz
kmod 2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af5b5cf..b5422dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+kmod 2
+======
+
+Some bugs fixed: the worst of them was with an infinite loop when an alias
+matched more than one module.
+
+- New APIs in libkmod to:
+ - Get soft dependencies
+ - Get info from module files parsing ELF
+ - Get modversions from files parsing ELF
+
+- Support to load gzipped kernel modules: kmod can be compiled with support to
+ gzipped modules by giving the --enable-zlib flag
+
+- Support to forcefully load modules, both vermagic and modversion
+
+- Support to force and nowait removal flags
+
+- Configuration files are parsed in the same order as modprobe: files are
+ sorted alphabetically (independently of their dir) and files with the same
+ name obey a precedence order
+
+- New tool: kmod-modinfo
+
+- kmod-modprobe gained several features to be a 1:1 replacement for modprobe.
+ The only missing things are the options '--showconfig' and '-t / -l'. These
+ last ones have been deprecated long ago and they will be removed from
+ modprobe. A lot of effort has been put on kmod-modprobe to ensure it
+ maintains compabitility with modprobe.
+
+- linux-modules@vger.kernel.org became the official mailing list for kmod
+
kmod 1
======