From ee36bbb64705ef935bafbf70806165ac0bd804ad Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Mon, 16 Aug 2021 15:08:21 +0200 Subject: [PATCH] 2.22.0 Signed-off-by: Alexey Gladkov --- NEWS.md | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 802f0def..14e40cc3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +Version 2.22.0 + +- Runtime: + + ueventd: Process events that were already in the queue before the daemon + startup. This is a fix initramfs boot if ueventd is started after udevd due + to dependencies. +- Feature rootfs: + + Add fstype kernel module only if module exists. Some filesystems cannot be + built as modules. For example tmpfs is neither a builtin nor a loadable module. + Version 2.21.0 - Runtime: diff --git a/configure.ac b/configure.ac index c8f468dc..ad43c875 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.21.0],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.22.0],[gladkov.alexey@gmail.com]) AC_CONFIG_SRCDIR([datasrc/getarg.c]) AC_CONFIG_HEADERS([config.h])