]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
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 bdf758ef53dd0abe65a1f408abdf6b9a2deb3b81..46b7652e6a213abb73d00e0cc34058cf84d02528 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 d083ec8c5df052613d33a8791e21934fc620be7e..6c79adad4d0d8e4af217c4dfbba9e6fd17967de7 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 5b484d6088db43de89f768c724ec41e976b07066..4d9496eac8b48824be2c2e39be4df8a8cd64494e 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])