From: Lucas De Marchi Date: Fri, 20 Sep 2013 06:50:40 +0000 (-0500) Subject: NEWS: add entries X-Git-Tag: v16~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f67ab5340bdba008503019d6941c06e5de534af;p=thirdparty%2Fkmod.git NEWS: add entries --- diff --git a/NEWS b/NEWS index e028cff5..d083ec8c 100644 --- 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 =======