From eba9669d36c63855c28277e3778de0074b10e9f0 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Sun, 8 Aug 2021 17:45:28 +0200 Subject: [PATCH] 2.20.1 Signed-off-by: Alexey Gladkov --- NEWS.md | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5f940a68..1eb3aec9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +Version 2.20.1 + +- Feature gpu-drm: + + Drop prefix from output which resulted in an image build error. +- Feature smart-card: + + Fixes for smart-card feature: remove odd quotes around opensc-pkcs11.so string. +- Guess subsystem: + + Rename guess/sshfsroot to guess/smart-card. + Version 2.20.0 - Runtime: diff --git a/configure.ac b/configure.ac index 06afd359..fc2a983b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.20.0],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.20.1],[gladkov.alexey@gmail.com]) AC_CONFIG_SRCDIR([datasrc/getarg.c]) AC_CONFIG_HEADERS([config.h])