From ef4257b59c4307b8c627d89f3c7f1feedb32582f Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 23 Feb 2017 23:32:51 -0800 Subject: [PATCH] kmod 24 --- Makefile.am | 2 +- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 545e90d..2a1eb50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ SED_PROCESS = \ $(SED_PROCESS) LIBKMOD_CURRENT=5 -LIBKMOD_REVISION=1 +LIBKMOD_REVISION=2 LIBKMOD_AGE=3 noinst_LTLIBRARIES = shared/libshared.la diff --git a/NEWS b/NEWS index 0b45e5d..d268872 100644 --- 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 ======= diff --git a/configure.ac b/configure.ac index 23510c8..ca94bf8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.64) AC_INIT([kmod], - [23], + [24], [linux-modules@vger.kernel.org], [kmod], [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git]) -- 2.39.2