]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 7 v7
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 19 Mar 2012 11:23:14 +0000 (08:23 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 19 Mar 2012 11:23:14 +0000 (08:23 -0300)
Makefile.am
NEWS
configure.ac

index 68d2bd1f00b0e398d2b7310d1cfafcc8ac52f9ec..0a0ad2a3c7be46428fa37bbf30dcd8927cea5939 100644 (file)
@@ -34,7 +34,7 @@ SED_PROCESS = \
        $(SED_PROCESS)
 
 LIBKMOD_CURRENT=3
-LIBKMOD_REVISION=0
+LIBKMOD_REVISION=1
 LIBKMOD_AGE=1
 
 noinst_LTLIBRARIES = libkmod/libkmod-util.la
diff --git a/NEWS b/NEWS
index 809cfaf90526e0579b08ad3661ca4593e726a6ba..d7e7cb57fe907b3187dbc353f84814fbbe10ef82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+kmod 7
+======
+
+- Re-order dirs for configuration files to match the change in systemd and
+  udev: now the priority is:
+       1. /etc/modprobe.d
+       2. /run/modprobe.d
+       3. /lib/modprobe.d
+
+- Fix setting CFLAGS/LDFLAGS in build system. This prevents us from not
+  allowing user to set his preference
+
+- Bug fixes:
+       - Return same error codes of module-init-tools when removing modules
+         with modprobe
+       - Fix builtin output in "--show-depends" when target kernel is not the
+         same of the running kernel
+       - 'modprobe -r' always look at all command line arguments
+       - Fix '-q' usage in modprobe
+       -
+
 kmod 6
 ======
 
index 21d7f2281a143453b8fcb13920ac77d32cfe67e7..ad1c28f974907147897f5319995b316324d6e414 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([kmod],
-       [6],
+       [7],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])