From: Lucas De Marchi Date: Thu, 19 Apr 2012 14:21:00 +0000 (-0300) Subject: kmod 8 X-Git-Tag: v8^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46684bc2d9f73aa147b49e073edcd7543b2c2175;p=thirdparty%2Fkmod.git kmod 8 --- diff --git a/Makefile.am b/Makefile.am index 0a0ad2a3..126d1da1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ SED_PROCESS = \ $(SED_PROCESS) LIBKMOD_CURRENT=3 -LIBKMOD_REVISION=1 +LIBKMOD_REVISION=2 LIBKMOD_AGE=1 noinst_LTLIBRARIES = libkmod/libkmod-util.la diff --git a/NEWS b/NEWS index d7e7cb57..90f121f4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +kmod 8 +====== + +- No new features, small bug fixes only. + - Fix bug in "modprobe -c" output: be compatible with + module-init-tools + + - Give an useful error message when init_module fails due to bad + parameter or unknown symbol + + - Fix doc generation + kmod 7 ====== diff --git a/configure.ac b/configure.ac index ad1c28f9..5826f7ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([kmod], - [7], + [8], [linux-modules@vger.kernel.org], [kmod], [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])