]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 28 v28
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 7 Jan 2021 18:43:36 +0000 (10:43 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 7 Jan 2021 18:43:36 +0000 (10:43 -0800)
Makefile.am
NEWS
configure.ac

index 99a69f682f9d925ae0b1154bbc5c25c1ebf3f71a..acde92bb935f60d3dd5a30f8dac18ba6aeaba89b 100644 (file)
@@ -58,7 +58,7 @@ SED_PROCESS = \
 # 6. If any interfaces have been removed or changed since the last public
 #    release, then set age to 0.
 LIBKMOD_CURRENT=5
-LIBKMOD_REVISION=5
+LIBKMOD_REVISION=6
 LIBKMOD_AGE=3
 
 noinst_LTLIBRARIES = shared/libshared.la
diff --git a/NEWS b/NEWS
index 39fe9458080c00e1bebc54286931882c3eb085ee..ae56657ad935636b8ce857d94ef299c5cdb12cee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+kmod 28
+=======
+
+- Improvements
+       - Add Zstandard to the supported compression formats using libzstd
+         (pass --with-zstd to configure)
+
+- Bug fixes
+       - Ignore ill-formed kernel command line, e.g. with "ivrs_acpihid[00:14.5]=AMD0020:0"
+         option in it
+       - Fix some memory leaks
+       - Fix 0-length builtin.alias.bin: it needs at least the index header
+
 kmod 27
 =======
 
index a49f6b98fc2ad70320d2dd3d4d5d3fddd06062ed..0cf2edaf38e6e8527740563f47889782a9643d4c 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.64)
 AC_INIT([kmod],
-       [27],
+       [28],
        [linux-modules@vger.kernel.org],
        [kmod],
        [http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])