]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 12 v12
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 5 Dec 2012 03:39:17 +0000 (01:39 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 5 Dec 2012 03:39:17 +0000 (01:39 -0200)
Makefile.am
NEWS
configure.ac

index 4865e5265bf3cc24bd803f58f9763d38875c2584..995f2de5d45038abffe3f2bc4c5d1b0db0f72dd3 100644 (file)
@@ -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 30e50c9913806ada6eab0ce49b0f1a12a74c3c30..bee70d9b7dc82b426894cccac316fe7f1c321d6b 100644 (file)
--- 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
 =======
 
index 208102aa242dd566577688c44a16db154e8379e6..0f86c252889b3b8dcc31028020d30689163a1312 100644 (file)
@@ -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])