From 694bae5a82498823b90db35ee537b8ea67a19f7d Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Sat, 14 Aug 2021 17:31:53 +0200 Subject: [PATCH] 2.21.0 Signed-off-by: Alexey Gladkov --- NEWS.md | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1eb3aec9..802f0def 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +Version 2.21.0 + +- Runtime: + + Ignore errors if we were unable to send udevd a signal to exit. + + Mount /proc without writing in /etc/mtab. +- Feature compress: + + Pass --best instead of -9 to compressors. + + Force xz to use crc32 polynomial for integrity check. + + Add zstd and lz4 support. +- Feature gpu-drm: + + Filter enabled and/or connected drm devices. +- Utilities: + + initrd-put: Check shebang only in an executable file. + + initrd-put: Fix false warnings from libelf. + Version 2.20.1 - Feature gpu-drm: diff --git a/configure.ac b/configure.ac index fc2a983b..c8f468dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.20.1],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.21.0],[gladkov.alexey@gmail.com]) AC_CONFIG_SRCDIR([datasrc/getarg.c]) AC_CONFIG_HEADERS([config.h])