aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2013-12-22 19:45:19 -0200
committerLucas De Marchi <lucas.demarchi@intel.com>2013-12-22 19:45:19 -0200
commit36c4bb928a6a7962dd0ad3aa64c0b18120ca5b46 (patch)
tree9a796e13f71a4b8ad778b89e8f0d2e2de694b274
parentd96ca9c42930a2a0942b807b9afb3053f38ec9b9 (diff)
downloadkmod-36c4bb928a6a7962dd0ad3aa64c0b18120ca5b46.tar.gz
kmod 16
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
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])