]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 15 v15
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 22 Aug 2013 13:44:08 +0000 (10:44 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 22 Aug 2013 13:44:08 +0000 (10:44 -0300)
Makefile.am
NEWS
configure.ac

index 91a766a69f94425ef579d009f3b331731bdaefb2..c28d2b42eacb6ff723488b7029ef043e0130c29a 100644 (file)
@@ -37,7 +37,7 @@ SED_PROCESS = \
        $(SED_PROCESS)
 
 LIBKMOD_CURRENT=4
-LIBKMOD_REVISION=4
+LIBKMOD_REVISION=5
 LIBKMOD_AGE=2
 
 noinst_LTLIBRARIES = libkmod/libkmod-util.la
diff --git a/NEWS b/NEWS
index 491146d094cffb2d493b562447af3eb6651569c8..8260183f5e337cd21260ee734e1fa2c486516043 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,16 @@ kmod 15
 
 - Bug fixes:
        - kmod static-nodes doesn't fail if modules.devname isn't available
+       - Fix getting boolean parameter from kernel cmdline in case the value
+         is omitted
+       - Fix some mkdir_p() corner cases (used in testsuite and static-nodes)
 
 - New features:
        - kmod static-nodes creates parent directories if given a -o option
-       - kmod binary statically link to libkmod
+       - kmod binary statically links to libkmod - if distro is only interested
+         in the kmod tool (for example in an initrd) it can refrain from
+         installing the library
+       - Add shell completion for kmod tool
 
 kmod 14
 =======
index 15c69d4e94eca9b4a71cc9bd0c0da5c0eda1250d..40e54cf7ea790fd4c93136786f65460a4590f299 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([kmod],
-       [14],
+       [15],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])