kmod 16 v16
authorLucas De Marchi <lucas.demarchi@intel.com>
Sun, 22 Dec 2013 21:45:19 +0000 (19:45 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sun, 22 Dec 2013 21:45:19 +0000 (19:45 -0200)
Makefile.am
NEWS
configure.ac

index bdf758e..46b7652 100644 (file)
@@ -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 (file)
--- 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
 =======
index 5b484d6..4d9496e 100644 (file)
@@ -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])