]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 6 v6
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 3 Mar 2012 01:34:36 +0000 (22:34 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 3 Mar 2012 01:34:36 +0000 (22:34 -0300)
Makefile.am
NEWS
configure.ac

index 6d0cbe41b0e7118720d53cce77fc869395cad7ef..b2a46fac59266574791d0378dcbfa8e87bc89322 100644 (file)
@@ -39,9 +39,9 @@ SED_PROCESS = \
 %.pc: %.pc.in Makefile
        $(SED_PROCESS)
 
-LIBKMOD_CURRENT=2
+LIBKMOD_CURRENT=3
 LIBKMOD_REVISION=0
-LIBKMOD_AGE=0
+LIBKMOD_AGE=1
 
 noinst_LTLIBRARIES = libkmod/libkmod-util.la
 libkmod_libkmod_util_la_SOURCES = libkmod/libkmod-hash.c \
diff --git a/NEWS b/NEWS
index 4181097b8334e6145e556fc12ee42922d5751fb3..809cfaf90526e0579b08ad3661ca4593e726a6ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+kmod 6
+======
+
+- New API in libkmod:
+       - kmod_module_apply_filter(): a generic function to apply filters in a
+         list of modules. This deprecates the use of
+         kmod_module_get_filtered_blacklist()
+
+- More tests in testsuite
+
+- Add compatibility with uClibc again
+
+- Lookup modules.builtin.bin to decide if a module is built in kernel
+
+- Downgrade some log messages so we don't annoy people with useless messages
+
+- Bug fixes:
+       - Flag --ignore-loaded was not being properly handled
+       - Infinite loop with softdeps
+       - Infinite loop with dumb user configuration with install commands
+       - Fix leak in index when there's a partial match
+
+- Move repository and tarballs to kernel.org
+
 kmod 5
 ======
 
index af70820b36f0f4244e624d833a06a8907bc6dcbd..7c04a4a56e38051ca19d069a52b63cbc1f73bb6a 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([kmod],
-       [5],
+       [6],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])