]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - NEWS
kmod 14
[thirdparty/kmod.git] / NEWS
diff --git a/NEWS b/NEWS
index 5324934d7f6a019e0c0231833ab7d55c15685cae..8f2c1d7eae051a55f947ca101c83cb94dff95fde 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+kmod 14
+=======
+
+- Bug fixes:
+       - Fix some format strings
+       - Protect against NULL being passed around to index
+       - Avoid calling syscall() with -1 when finit_module() is not available,
+         since this doesn't always work
+       - Fix not being able to remove alias due to checking the module's
+         refcount
+       - Minor fixes and refactors
+
+- New features:
+       - Improve libkmod documentation, particularly on how flags are dealt
+         with.
+       - Remove ability to build a static libkmod
+       - Add static-nodes command to kmod that parses modules.devname
+         generating output in useful formats
+
 kmod 13
 =======