]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 25 v25
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 9 Jan 2018 01:30:39 +0000 (17:30 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 9 Jan 2018 01:30:39 +0000 (17:30 -0800)
Makefile.am
NEWS
configure.ac

index 7b01201f736b5cf07288da17a27b31dece287150..194e1115ae7008bdf418591e553f3f5fe169c3ae 100644 (file)
@@ -41,7 +41,7 @@ SED_PROCESS = \
        $(SED_PROCESS)
 
 LIBKMOD_CURRENT=5
-LIBKMOD_REVISION=2
+LIBKMOD_REVISION=3
 LIBKMOD_AGE=3
 
 noinst_LTLIBRARIES = shared/libshared.la
diff --git a/NEWS b/NEWS
index d268872d90f5a965a1d093809c1758682bbb655c..58a770e1079e503b4a2d0787b18c65a669dc2612 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+kmod 25
+=======
+
+- Improvements
+       - Add module signature to modinfo output
+
+       - Add support for external directories in depmod: now there's a new
+         "external" keyword parsed by depmod when calculating the dependencies.
+         It allows to add modules to other directories which are not relative
+         to where the modules are commonly installed.  This results in
+         modules.dep and friends now understanding absolute paths rather than
+         relative paths only. For more information see depmod.d(1).
+
+       - Add support for CONFIG_MODULE_REL_CRCS
+
+       - Add missing documentation references in man pages
+
+       - Handle the case in which module has a .TOC symbol already while
+         calculating dependencies
+
+       - Improve testsuite and allow to use mkosi to run testsuite in different
+         distros
+
 kmod 24
 =======
 
index 932e87da0736376bce74c2c0ba010ff435089e92..fbc7391b2d1b305f3b4172ae9696167e8650ebc6 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.64)
 AC_INIT([kmod],
-       [24],
+       [25],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])