From b600a58d97784c2ea372c3833c62cf54a1c7d4ad Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Thu, 5 Aug 2021 13:08:06 +0200 Subject: [PATCH] 2.20.0 Signed-off-by: Alexey Gladkov --- NEWS.md | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 82dcee1b..5f940a68 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,34 @@ +Version 2.20.0 + +- Runtime: + + Always create /root and /home/root as a directories. + + udev: Remove start dependency on uevent service. +- New feature: + + Add smart-card feature. Feature adds smart card daemon and smart card + utilities. +- Feature smart-card: + + Add ability to put pkcs#11 modules into initrd. +- Feature sshfsroot: + + Add plymouth support. + + Enable asking passphrase. + + Detect smart-card feature dependency according ssh config file. +- Feature kbd: + + Require gpu-drm if framebuffer is used on vtconsole. +- Feature kickstart: + + Unpause ueventd queues after KSFILE processing. +- Feature luks: + + Add smart card support. +- Feature nfsroot: + + Fix inconsistency in nfsopts processing. +- Guess subsystem: + + Guess modules can use infomantion about active feature and re-run guess. + + Add RECENTLY_ACTIVATED_FEATURE variable to monitor recently added features. +- Misc: + + create-initrd: Add ability add libraries by name using PUT_FEATURES_LIBS var. + + Allow to compile and install feature-specific utilities. + + Add README for all guess modules. + + Do not fail if autodetection is disabled. + Version 2.19.1 - Feature gpu-drm: diff --git a/configure.ac b/configure.ac index 8909525c..06afd359 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.19.1],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.20.0],[gladkov.alexey@gmail.com]) AC_CONFIG_SRCDIR([datasrc/getarg.c]) AC_CONFIG_HEADERS([config.h])