]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 8 v8
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 19 Apr 2012 14:21:00 +0000 (11:21 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 19 Apr 2012 14:21:00 +0000 (11:21 -0300)
Makefile.am
NEWS
configure.ac

index 0a0ad2a3c7be46428fa37bbf30dcd8927cea5939..126d1da1d0fc1298f4e82964e99dba5b505185dc 100644 (file)
@@ -34,7 +34,7 @@ SED_PROCESS = \
        $(SED_PROCESS)
 
 LIBKMOD_CURRENT=3
-LIBKMOD_REVISION=1
+LIBKMOD_REVISION=2
 LIBKMOD_AGE=1
 
 noinst_LTLIBRARIES = libkmod/libkmod-util.la
diff --git a/NEWS b/NEWS
index d7e7cb57fe907b3187dbc353f84814fbbe10ef82..90f121f4924ac5af15eddf96bb0e62c9d29ae288 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+kmod 8
+======
+
+- No new features, small bug fixes only.
+       - Fix bug in "modprobe -c" output: be compatible with
+         module-init-tools
+
+       - Give an useful error message when init_module fails due to bad
+         parameter or unknown symbol
+
+       - Fix doc generation
+
 kmod 7
 ======
 
index ad1c28f974907147897f5319995b316324d6e414..5826f7ce07ff37604f9d0f1bde1bbaefe6dbc6c3 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([kmod],
-       [7],
+       [8],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])