kmod 4
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
======