]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
NEWS: add entries
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 20 Sep 2013 06:50:40 +0000 (01:50 -0500)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 20 Sep 2013 06:50:40 +0000 (01:50 -0500)
NEWS

diff --git a/NEWS b/NEWS
index e028cff533592c383bebf8fb61d3b2b619236c3c..d083ec8c5df052613d33a8791e21934fc620be7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,18 @@
 kmod 16
 =======
 
+- Bug fixes:
+       - Fix usage of readdir_r()
+
 - New features:
        - Remove option from libkmod to allow waiting on module removal if
          the module is being used. It's dangerous since it can block the
          caller indefinitely.
+       - Improve compatibility with musl libc
+       - Add fallback implementation for compilers without _Static_assert(),
+         e.g. gcc < 4.6
+       - Minor optimizations to the hash table
+       - Make depmod warn if a module has incorrect devname specification
 
 kmod 15
 =======