summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2016-06-28 15:28:47 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2016-06-28 15:28:47 -0300
commita29268d00e335afb34d93d56898cac531d038867 (patch)
tree9b066c90d62403ba89f309e0ad3b0e3af55574ca /NEWS
parenta0f6726e663bf87e1f61c00cbee669b7ff2cc8d2 (diff)
downloadkmod-a29268d00e335afb34d93d56898cac531d038867.tar.gz
NEWS: add items for kmod 23
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8bf8346..0b45e5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+kmod 23
+=======
+
+- Improvements:
+ - Don't add comment to modules.devname if it would otherwise be empty
+ to play nice with tools detecting empty files
+
+ - Allow building with BSD sed, that doesn't have -E flag
+
+ - Ignore .TOC. symbols in depmod parsing as it's for PPC64 the
+ equivalent of _GLOBAL_OFFSET_TABLE_
+
+ - Teach modinfo about PKCS#7 module signatures: it doesn't add any
+ other info besides telling the user the module is signed since
+ kernel doesn't add other info on the module section
+
+- Bug fixes
+
+ - Fix -s and -p compat options to insmod triggering force flag
+
+ - Fix long lines from /proc/modules not being handled correctly by
+ kmod_module_new_from_loaded() and kmod_module_get_size() and several
+ other library functions that use them
+
+ - Fix crash on modinfo while checking for available signature of
+ unknown type
+
+ - Fix documentation generation with gtk-doc
+
kmod 22
=======