From 46684bc2d9f73aa147b49e073edcd7543b2c2175 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 19 Apr 2012 11:21:00 -0300 Subject: [PATCH] kmod 8 --- Makefile.am | 2 +- NEWS | 12 ++++++++++++ configure.ac | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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]) -- 2.47.3