]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - NEWS
kmod 24
[thirdparty/kmod.git] / NEWS
diff --git a/NEWS b/NEWS
index 0b45e5d446a340bbc64e9f1cfba5792b5a3e3a54..d268872d90f5a965a1d093809c1758682bbb655c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+kmod 24
+=======
+
+- Improvements:
+       - Add more information on dependency loop
+
+       - Sanitize use of strcpy and allow to grow from small strings on stack
+         (common case) to bigger strings on heap when needed
+
+- Bug fixes
+       - Fix wrong dependency loops being reported by depmod
+
+       - Fix crashes when reporting dependency loops
+
+       - Fix parsing kernel command line containing quotes
+
+       - Fix leaks on error paths
+
 kmod 23
 =======