From: Lucas De Marchi Date: Tue, 9 Jan 2018 01:30:39 +0000 (-0800) Subject: kmod 25 X-Git-Tag: v25^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aca4eca103d6699543f7ed663335c28c2e9908bb;p=thirdparty%2Fkmod.git kmod 25 --- diff --git a/Makefile.am b/Makefile.am index 7b01201f..194e1115 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 d268872d..58a770e1 100644 --- 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 ======= diff --git a/configure.ac b/configure.ac index 932e87da..fbc7391b 100644 --- a/configure.ac +++ b/configure.ac @@ -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])