summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-16 16:53:04 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-16 16:53:04 -0200
commitb53b7e32822aec9377e67342aae7a9259e107525 (patch)
treeca70254f3e8045daf0ce07c57dc701ee4f369893 /NEWS
parentf4647b6329c86831ae01a2b4a540eddb71b0583d (diff)
downloadkmod-b53b7e32822aec9377e67342aae7a9259e107525.tar.gz
kmod 4v4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 62b7358..b27ec54 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+kmod 4
+======
+
+- New APIs in libkmod to:
+ - Get configuration lists: blacklists, install commands, remove
+ commands, aliases, options and softdeps
+ - Dump indexes
+
+- Several bugs fixed in libkmod, modprobe, depmod and modinfo
+
+- API documentation: if configure with run with --enable-gtk-doc, the API doc
+ will be generated by make. Gtk-doc is required for that.
+
+- Man pages are built, which replace man pages from module-init-tools
+
+- 'include' and 'config' options in *.conf files were deprecated
+
+- configure is not run by autogen.sh. Instead, a common set of options is
+ printed. If you are hacking on kmod, consider using bootstrap-configure
+ script.
+
+- 'modprobe -c' works as expected now. As opposed to module-init-tools, it
+ dumps the parsed configuration, not only the file contents.
+
kmod 3
======