summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-11-16 10:24:50 -0200
committerLucas De Marchi <lucas.demarchi@intel.com>2014-11-16 10:24:50 -0200
commitf9e2167b10a25f2894a49fe5033348086758d172 (patch)
tree6f7c99b5d59b26bc20e66d092d9362c94bd5e43c /NEWS
parentbb72153d34bbed04bd37c235421b9f067e812c76 (diff)
downloadkmod-f9e2167b10a25f2894a49fe5033348086758d172.tar.gz
kmod 19v19
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b03c7c5..fc9abbb 100644
--- 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
=======