diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-12-05 01:39:17 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-12-05 01:39:17 -0200 |
commit | 6feba028783faac89bbebd3861dfb07897210cb3 (patch) | |
tree | ef28c082b0f905db786baaa487d49e3a6d813e2c /NEWS | |
parent | 650f89cd2510820a71dfc1b004634a309f12ecf1 (diff) | |
download | kmod-6feba028783faac89bbebd3861dfb07897210cb3.tar.gz kmod-6feba028783faac89bbebd3861dfb07897210cb3.tar.bz2 kmod-6feba028783faac89bbebd3861dfb07897210cb3.zip |
kmod 12v12
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +kmod 12 +======= + +- Bug fixes: + - Fix removing vermagic from module when told to force load a module + - Fix removing __versions section when told to force load a module: we + need to mangle the section header, not the section. + - modinfo no longer fails while loading a module from file when path + contains ".ko" substring + kmod 11 ======= |