From 36c4bb928a6a7962dd0ad3aa64c0b18120ca5b46 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sun, 22 Dec 2013 19:45:19 -0200 Subject: [PATCH] kmod 16 --- Makefile.am | 2 +- NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index bdf758e..46b7652 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ SED_PROCESS = \ $(SED_PROCESS) LIBKMOD_CURRENT=4 -LIBKMOD_REVISION=5 +LIBKMOD_REVISION=6 LIBKMOD_AGE=2 noinst_LTLIBRARIES = libkmod/libkmod-util.la diff --git a/NEWS b/NEWS index d083ec8..6c79ada 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ kmod 16 - Bug fixes: - Fix usage of readdir_r() + - Add some missing checks for memory allocation errors - New features: - Remove option from libkmod to allow waiting on module removal if @@ -13,6 +14,7 @@ kmod 16 e.g. gcc < 4.6 - Minor optimizations to the hash table - Make depmod warn if a module has incorrect devname specification + - Use cleanup attribute kmod 15 ======= diff --git a/configure.ac b/configure.ac index 5b484d6..4d9496e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([kmod], - [15], + [16], [linux-modules@vger.kernel.org], [kmod], [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git]) -- 2.39.2