From: Lucas De Marchi Date: Wed, 5 Dec 2012 03:39:17 +0000 (-0200) Subject: kmod 12 X-Git-Tag: v12^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6feba028783faac89bbebd3861dfb07897210cb3;p=thirdparty%2Fkmod.git kmod 12 --- diff --git a/Makefile.am b/Makefile.am index 4865e526..995f2de5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ SED_PROCESS = \ $(SED_PROCESS) LIBKMOD_CURRENT=4 -LIBKMOD_REVISION=1 +LIBKMOD_REVISION=2 LIBKMOD_AGE=2 noinst_LTLIBRARIES = libkmod/libkmod-util.la diff --git a/NEWS b/NEWS index 30e50c99..bee70d9b 100644 --- a/NEWS +++ b/NEWS @@ -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 ======= diff --git a/configure.ac b/configure.ac index 208102aa..0f86c252 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([kmod], - [11], + [12], [linux-modules@vger.kernel.org], [kmod], [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])