]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 19 v19
authorLucas De Marchi <lucas.demarchi@intel.com>
Sun, 16 Nov 2014 12:24:50 +0000 (10:24 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sun, 16 Nov 2014 12:24:50 +0000 (10:24 -0200)
Makefile.am
NEWS
configure.ac

index 356c4e2e06607473d2426f7a3ac948f31e5bff0e..ea5cbace481ee3b6d3b551c847c611f5816b241a 100644 (file)
@@ -39,7 +39,7 @@ SED_PROCESS = \
        $(SED_PROCESS)
 
 LIBKMOD_CURRENT=4
-LIBKMOD_REVISION=8
+LIBKMOD_REVISION=9
 LIBKMOD_AGE=2
 
 noinst_LTLIBRARIES = shared/libshared.la
diff --git a/NEWS b/NEWS
index b03c7c5f08e6ddb2278ef4e72dc09372b41a6172..fc9abbb0fd2846ad4733bb9a21f468ba9c5ef2bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+kmod 19
+=======
+
+- Bug fixes:
+       - Fix missing CLOEXEC in library
+       - Fix error message while opening kmod's index
+
+- New features:
+       - Add kmod(8) man page
+       - Allow to build with libc's without be32toh()
+       - Move code around separating common code and data structures into a
+         shared directory. This allows to share more code between library and
+         tools, making the binary size of tools shorter.
+       - Clarify tools vs library licenses
+       - static-nodes: when writting in tmpfiles format, indicate that
+         creation of static nodes should only happen at boot. This is used and
+         required by systemd-217+.
+
+- Improvements to testsuite:
+       - Add tests for newly created shared/ code
+       - Improve how tests are declared so there's less boilerplate code for
+         each test.
+
 kmod 18
 =======
 
index cd676bc1ca713678c24a3a623ac6d313afe17ab3..2709f0873e9e7dfd67551f75453c2ccdb2a92ae6 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 AC_INIT([kmod],
-       [18],
+       [19],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])