diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2013-09-20 01:50:40 -0500 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2013-09-20 01:50:40 -0500 |
commit | 8f67ab5340bdba008503019d6941c06e5de534af (patch) | |
tree | bd3ae942256055d8378da718bc554a487a64d733 /NEWS | |
parent | 017893f244dd9e6d16311743121ca82e39ab5a01 (diff) | |
download | kmod-8f67ab5340bdba008503019d6941c06e5de534af.tar.gz kmod-8f67ab5340bdba008503019d6941c06e5de534af.tar.bz2 kmod-8f67ab5340bdba008503019d6941c06e5de534af.zip |
NEWS: add entries
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ======= |