]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 13 v13
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 9 Apr 2013 22:35:32 +0000 (19:35 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 9 Apr 2013 22:35:32 +0000 (19:35 -0300)
Makefile.am
NEWS
configure.ac

index 1680fe6af46c28e1e14da6a013e74d5823b5b84f..fe4c769ec32df8d6822d142e416d345518189894 100644 (file)
@@ -37,7 +37,7 @@ SED_PROCESS = \
        $(SED_PROCESS)
 
 LIBKMOD_CURRENT=4
-LIBKMOD_REVISION=2
+LIBKMOD_REVISION=3
 LIBKMOD_AGE=2
 
 noinst_LTLIBRARIES = libkmod/libkmod-util.la
diff --git a/NEWS b/NEWS
index bee70d9b7dc82b426894cccac316fe7f1c321d6b..5324934d7f6a019e0c0231833ab7d55c15685cae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+kmod 13
+=======
+
+- Bug fixes:
+       - Add the long option --symbol-prefix option to depmod (it was absent)
+         and fix its behavior
+       - Don't abort if there's a bogus line in configuration file like "alias
+         psmouse off". Some distros are carrying this since the days of
+         modutils
+
+- New features:
+       - Add support for finit_module(2). If the module is load straight from
+         the disk and without compression we use finit_module() syscall when
+         available, falling back to init_module() otherwise
+       - kmod_module_get_info() also returns the signature if the module is
+         signed and modinfo uses it
+       - Use secure_getenv if available
+       - rmmod understands builtin modules, just like modprobe does
+       - Improve compatibility with musl-libc
+       - Test cases exit with success when receiving a signal if they are
+         xfail tests
+
 kmod 12
 =======
 
index fc514d20fb9869e7c4ba3d0d8385ce85fc3ca5d0..b8845d413c7476fdfdd641f17284b84f58539267 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([kmod],
-       [12],
+       [13],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])