aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-12-05 01:39:17 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-12-05 01:39:17 -0200
commit6feba028783faac89bbebd3861dfb07897210cb3 (patch)
treeef28c082b0f905db786baaa487d49e3a6d813e2c
parent650f89cd2510820a71dfc1b004634a309f12ecf1 (diff)
downloadkmod-6feba028783faac89bbebd3861dfb07897210cb3.tar.gz
kmod 12v12
-rw-r--r--Makefile.am2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4865e52..995f2de 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 30e50c9..bee70d9 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 208102a..0f86c25 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])