]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 10 v10
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 6 Sep 2012 19:26:53 +0000 (16:26 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 6 Sep 2012 19:26:53 +0000 (16:26 -0300)
Makefile.am
NEWS
configure.ac

index bc95922bd129b6e2f8b0d226e6636984db6d135e..6e494c44193a1ab0e5743ed926e108ecdc19c450 100644 (file)
@@ -37,9 +37,9 @@ SED_PROCESS = \
 %.pc: %.pc.in Makefile
        $(SED_PROCESS)
 
-LIBKMOD_CURRENT=3
-LIBKMOD_REVISION=3
-LIBKMOD_AGE=1
+LIBKMOD_CURRENT=4
+LIBKMOD_REVISION=0
+LIBKMOD_AGE=2
 
 noinst_LTLIBRARIES = libkmod/libkmod-util.la
 libkmod_libkmod_util_la_SOURCES = libkmod/libkmod-hash.c \
diff --git a/NEWS b/NEWS
index a99d9baaa73f6d9ba366549706498473dee5b0c3..36a7bf0f32c79916794f3ac58d1cf140b9cc95a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+kmod 10
+=======
+
+- New features:
+       - Read coresize from /sys if supported
+
+       - Add flag to kmod_module_probe_insert() to apply blaklisting during
+         probe only if mod is and alias. Now modprobe uses this flag by default.
+         This is needed to fix a change in behavior regarding module-init-tools
+         and ultimately make us loading a blacklisted module.
+
+- Better formatting in man pages
+
+- Add option to disable man pages at build time
+
+- Fixes in testsuite and refactor of LDPRELOAD'ed libraries
+
+- Re-licensing testsuite as LGPL
+
 kmod 9
 ======
 
index 2b022389eafc4a02fd95ec467ed97cbe105c8eee..901780b3f65029286dfe2da4677a26e58a28ccbb 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([kmod],
-       [9],
+       [10],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])