]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 21 v21
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 9 Jun 2015 05:36:14 +0000 (02:36 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 9 Jun 2015 05:36:14 +0000 (02:36 -0300)
Makefile.am
NEWS
configure.ac

index 50ce1d4ea8dcf155f7c25fa3aa0b819140edc9d1..6679deb1e3632ed9923cc354386e32d455285f23 100644 (file)
@@ -41,7 +41,7 @@ SED_PROCESS = \
        $(SED_PROCESS)
 
 LIBKMOD_CURRENT=4
-LIBKMOD_REVISION=10
+LIBKMOD_REVISION=11
 LIBKMOD_AGE=2
 
 noinst_LTLIBRARIES = shared/libshared.la
diff --git a/NEWS b/NEWS
index 7734a596ed4cd90d2f2626614958849bb5edf188..df2e2e4161aff4af44d718d027d346870549b91c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+kmod 21
+=======
+
+- New features:
+       - kmod tool started to learn the "insert" and "remove" commands that
+         are the simplified versions of the older modprobe tool.  These
+         commands are still work in progress so they are hidden behind a
+         --enable-experimental flag during build.  It should not be enabled
+         unless you know what you're doing.
+       - kmod tool now prints the relevant configuration options it was built
+         with when the "--version" argument is passed. This helps to mitigate
+         problems for example when the user is trying to load a compressed
+         module but kmod was built without support for the compression method.
+
+- Improvements to testsuite:
+       - Cache built modules so it is easier to run "make check" on build
+         servers by distro maintainers. If kmod is configured with
+         --disable-test-modules the modules from cache will be used by
+         "make check". No changes to the tests are needed and all of them
+         can run fine.
+
 kmod 20
 =======
 - Bug fixes:
index 4dc59ec6d96584619676fa8fbcfb1f56ccd959f5..d4f84bd7a0c4648415f7e66e3e82fd2fbf19c209 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.64)
 AC_INIT([kmod],
-       [20],
+       [21],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])