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])