]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 22 v22
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 18 Nov 2015 00:12:07 +0000 (22:12 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 18 Nov 2015 00:12:07 +0000 (22:12 -0200)
Makefile.am
NEWS
configure.ac

index 60d05e41bbb59f223a21bf2705123a5a4df26f92..2d9f2cff6732d11ae58e1f4854264baaf413e1ed 100644 (file)
@@ -40,9 +40,9 @@ SED_PROCESS = \
 %.pc: %.pc.in Makefile
        $(SED_PROCESS)
 
-LIBKMOD_CURRENT=4
-LIBKMOD_REVISION=11
-LIBKMOD_AGE=2
+LIBKMOD_CURRENT=5
+LIBKMOD_REVISION=0
+LIBKMOD_AGE=3
 
 noinst_LTLIBRARIES = shared/libshared.la
 shared_libshared_la_SOURCES = \
diff --git a/NEWS b/NEWS
index df2e2e4161aff4af44d718d027d346870549b91c..8bf8346db723afac2c7a381e88ba7a53d5fbbc58 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+kmod 22
+=======
+
+- Tools:
+       - Change defaul log level for tools to WARNING rather than ERROR and update
+         some log levels for current messages
+
+       - depmod doesn't fallback to uname if a bad version is passed in the command
+         line anymore. We just exit with an error.
+
+       - insmod was taught the -f flag, just like in modprobe. It was previously
+         silently ignoring it.
+
+- libkmod
+       - New kmod_get_dirname() API to get the module directory set in the
+         context
+
+- Bug fixes:
+       - Fix return code in error path of kmod_module_insert_module(). We were
+         previously returning ENOSYS rather than ENOENT.
+
 kmod 21
 =======
 
index d4f84bd7a0c4648415f7e66e3e82fd2fbf19c209..817e2517f00f18c2ffa691e9c4620b2cfab0cf54 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.64)
 AC_INIT([kmod],
-       [21],
+       [22],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])